]> git.eshelyaron.com Git - emacs.git/commitdiff
(START_FILES, LIB_STANDARD): Override to
authorAndreas Schwab <schwab@suse.de>
Thu, 7 Sep 2006 10:48:21 +0000 (10:48 +0000)
committerAndreas Schwab <schwab@suse.de>
Thu, 7 Sep 2006 10:48:21 +0000 (10:48 +0000)
use lib64 instead of lib.

src/ChangeLog
src/m/ibms390x.h

index e145b2806a9250e95650bda1896ae0d18c5f40da..985b34ad2baaf8c91aadb1a183d266968ad05ae7 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-07  Andreas Schwab  <schwab@suse.de>
+
+       * m/ibms390x.h (START_FILES, LIB_STANDARD): Override to
+       use lib64 instead of lib.
+
 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * Makefile.in: Avoid double quotes when possible.
index 0d3acd34d97506206eb5136f2fdb882f71d98466..716dd44c727b8a0a1446a0b059fccddfe5fda208 100644 (file)
@@ -159,5 +159,11 @@ NOTE-END */
 
 #define XPNTR(a) XUINT (a)
 
+#undef START_FILES
+#define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o
+
+#undef LIB_STANDARD
+#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib64/crtn.o
+
 /* arch-tag: 4b87653c-6add-4663-8691-7d9dc17b5519
    (do not change this comment) */