Mercurial > emacs
changeset 72690:21e7b41532bb
(START_FILES, LIB_STANDARD): Override to
use lib64 instead of lib.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Thu, 07 Sep 2006 10:48:02 +0000 |
parents | 3ff56e45c67f |
children | 7434cd1c6920 |
files | src/m/ibms390x.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/ibms390x.h Thu Sep 07 10:12:51 2006 +0000 +++ b/src/m/ibms390x.h Thu Sep 07 10:48:02 2006 +0000 @@ -159,5 +159,11 @@ #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) */