public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Fix small mistake
@ 2002-07-18 14:04 Bo Thorsen
  0 siblings, 0 replies; only message in thread
From: Bo Thorsen @ 2002-07-18 14:04 UTC (permalink / raw)
  To: gcc-patches, patches

I just made crosscompiling much better with the last linux64.h patch. But I
killed native compilation :-/

Pre-approved by Jan Hubicka and checked in.

2002-07-18  Bo Thorsen  <bo@berlioz.suse.de>

	* config/i386/linux64.h (STARTFILE_PREFIX_SPEC): Define this always.

Index: config/i386/linux64.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/linux64.h,v
retrieving revision 1.15
diff -u -r1.15 linux64.h
--- config/i386/linux64.h	18 Jul 2002 08:47:42 -0000	1.15
+++ config/i386/linux64.h	18 Jul 2002 20:51:09 -0000
@@ -60,11 +60,9 @@
       %{!m32:%{!dynamic-linker:-dynamic-linker /lib64/ld-linux-x86-64.so.2}}} \
     %{static:-static}}"
 
-#ifdef NATIVE_CROSS
 #define STARTFILE_PREFIX_SPEC "\
   %{m32: /usr/local/lib/ /lib/ /usr/lib/} \
   %{!m32: /usr/local/lib64/ /lib64/ /usr/lib64/}"
-#endif
 
 #undef  STARTFILE_SPEC
 #define STARTFILE_SPEC \


-- 

     Bo Thorsen                 |   Praestevejen 4
     Free software developer    |   5290 Marslev
     SuSE Labs                  |   Denmark

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-18 20:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-18 14:04 Fix small mistake Bo Thorsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).