aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBo Thorsen <bo@berlioz.suse.de>2002-07-18 20:56:33 +0000
committerBo Thorsen <bo@gcc.gnu.org>2002-07-18 22:56:33 +0200
commit139b7f86861245f14f1231326dd9ab9b7e1f1bea (patch)
treeddbcdcd503d38c04bf2016f609cfd209a96f3cda /gcc
parentaab27b30e31e56cdc02c5fa5565e60282d3719a7 (diff)
downloadgcc-139b7f86861245f14f1231326dd9ab9b7e1f1bea.zip
gcc-139b7f86861245f14f1231326dd9ab9b7e1f1bea.tar.gz
gcc-139b7f86861245f14f1231326dd9ab9b7e1f1bea.tar.bz2
linux64.h (STARTFILE_PREFIX_SPEC): Define this always.
2002-07-18 Bo Thorsen <bo@berlioz.suse.de> * config/i386/linux64.h (STARTFILE_PREFIX_SPEC): Define this always. From-SVN: r55568
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/linux64.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f3f7d3f..cf7b47f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/i386/linux64.h b/gcc/config/i386/linux64.h
index 5f00cdf..d211390 100644
--- a/gcc/config/i386/linux64.h
+++ b/gcc/config/i386/linux64.h
@@ -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 \