aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab2006-09-07 10:48:21 +0000
committerAndreas Schwab2006-09-07 10:48:21 +0000
commitd7695a6342f3c4845d3e492685f72872c91f91c4 (patch)
tree32695ae1177cf4fc8f6bd6849ee2169b2f14e02b /src
parent1df4d4a85f86404cf69c4155289b925c23a652c0 (diff)
downloademacs-d7695a6342f3c4845d3e492685f72872c91f91c4.tar.gz
emacs-d7695a6342f3c4845d3e492685f72872c91f91c4.zip
(START_FILES, LIB_STANDARD): Override to
use lib64 instead of lib.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/m/ibms390x.h6
2 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e145b2806a9..985b34ad2ba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12006-09-07 Andreas Schwab <schwab@suse.de>
2
3 * m/ibms390x.h (START_FILES, LIB_STANDARD): Override to
4 use lib64 instead of lib.
5
12006-09-06 Stefan Monnier <monnier@iro.umontreal.ca> 62006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * Makefile.in: Avoid double quotes when possible. 8 * Makefile.in: Avoid double quotes when possible.
diff --git a/src/m/ibms390x.h b/src/m/ibms390x.h
index 0d3acd34d97..716dd44c727 100644
--- a/src/m/ibms390x.h
+++ b/src/m/ibms390x.h
@@ -159,5 +159,11 @@ NOTE-END */
159 159
160#define XPNTR(a) XUINT (a) 160#define XPNTR(a) XUINT (a)
161 161
162#undef START_FILES
163#define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o
164
165#undef LIB_STANDARD
166#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib64/crtn.o
167
162/* arch-tag: 4b87653c-6add-4663-8691-7d9dc17b5519 168/* arch-tag: 4b87653c-6add-4663-8691-7d9dc17b5519
163 (do not change this comment) */ 169 (do not change this comment) */