This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] [committed, 3.3/mainline] Fix PR 12561, GNU/hurd and sysroot


I committed this patch as obvious to the mainline and 3.3 so that i386-gnu will work
with --with-sysroot.


Thanks,
Andrew Pinski




2004-01-09 Jeff Bailey <jbailey@nisa.net>


	PR target/12561
	* config/t-gnu: Rename SYSTEM_HEADER_DIR to NATIVE_SYSTEM_HEADER_DIR

Index: t-gnu
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/t-gnu,v
retrieving revision 1.4
diff -u -p -r1.4 t-gnu
--- t-gnu       30 Nov 2000 08:30:26 -0000      1.4
+++ t-gnu       9 Oct 2003 22:35:04 -0000
@@ -1,2 +1,2 @@
 # In GNU, "/usr" is a four-letter word.
-SYSTEM_HEADER_DIR = /include
+NATIVE_SYSTEM_HEADER_DIR = /include


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]