aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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) */