[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#191008: hurd-i386 should use /usr/include, not /include



Package: gcc-3.2
Severity: normal
Tags: patch

Traditional GNU systems don't have a /usr directory.  However, Debian
systems do, and we support both having a /usr -> . symlink, and having a
/usr directory like the other ports.  So this patch should NOT go
upstream.

--- gcc/config/t-gnu.old        2003-04-27 15:01:15.000000000 -0400
+++ gcc/config/t-gnu    2003-04-27 15:01:48.000000000 -0400
@@ -1,2 +1,3 @@
 # In GNU, "/usr" is a four-letter word.
-SYSTEM_HEADER_DIR = /include
+# Overridden for Debian GNU/Hurd (hurd-i386)
+SYSTEM_HEADER_DIR = /usr/include



-- 
You said homosexuals form a small percentage of the population.  So
do Jews.  Is that a reason to deny someone equality?
 - Richard Marceau



Reply to: