gcc: LIB_SPEC includes -ljehanne instead of -lc
This commit is contained in:
parent
c517407583
commit
e645cbc104
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
/* Default arguments you want when running x86_64-jehanne-gcc */
|
/* Default arguments you want when running x86_64-jehanne-gcc */
|
||||||
#undef LIB_SPEC
|
#undef LIB_SPEC
|
||||||
#define LIB_SPEC "-lc"
|
#define LIB_SPEC "-ljehanne"
|
||||||
|
|
||||||
#undef STANDARD_STARTFILE_PREFIX
|
#undef STANDARD_STARTFILE_PREFIX
|
||||||
#define STANDARD_STARTFILE_PREFIX "/arch/amd64/lib/"
|
#define STANDARD_STARTFILE_PREFIX "/arch/amd64/lib/"
|
||||||
|
|
Loading…
Reference in New Issue