linux64.h (STARTFILE_PREFIX_SPEC): Define this always.
authorBo Thorsen <bo@berlioz.suse.de>
Thu, 18 Jul 2002 20:56:33 +0000 (20:56 +0000)
committerBo Thorsen <bo@gcc.gnu.org>
Thu, 18 Jul 2002 20:56:33 +0000 (22:56 +0200)
2002-07-18  Bo Thorsen  <bo@berlioz.suse.de>

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

From-SVN: r55568

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

index f3f7d3f7ff06f0f64df8c3ac583464a7f7345ae5..cf7b47f4fb6b8ddcca88ee6d11d5409751bfd414 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 5f00cdff616a2577f90e9b5e21ee5557ecf1d980..d2113909ece3138de81a8a9fb93fbc0cf6393529 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 \