(START_FILES, LIB_STANDARD): Override to

use lib64 instead of lib.
This commit is contained in:
Andreas Schwab 2006-09-07 10:48:21 +00:00
parent 1df4d4a85f
commit d7695a6342
2 changed files with 11 additions and 0 deletions

View 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.

View 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) */