OSDN Git Service

2002-07-18 Bo Thorsen <bo@berlioz.suse.de>
authorbo <bo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Jul 2002 20:56:33 +0000 (20:56 +0000)
committerbo <bo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Jul 2002 20:56:33 +0000 (20:56 +0000)
* config/i386/linux64.h (STARTFILE_PREFIX_SPEC): Define this always.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55568 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/linux64.h

index f3f7d3f..cf7b47f 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-18  Bo Thorsen  <bo@berlioz.suse.de>
+
+       * config/i386/linux64.h (STARTFILE_PREFIX_SPEC): Define this always.
+
 Thu Jul 18 19:39:18 2002  J"orn Rennecke <joern.rennecke@superh.com>
 
        * sh-protos.h (sh_expand_unop_v2sf): Move inside #ifdef RTX_CODE guard.
index 5f00cdf..d211390 100644 (file)
@@ -60,11 +60,9 @@ Boston, MA 02111-1307, USA.  */
       %{!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 \