gcc: LIB_SPEC includes -ljehanne instead of -lc

This commit is contained in:
Giacomo Tesio 2020-01-13 13:09:53 +01:00
parent c517407583
commit e645cbc104
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
/* Default arguments you want when running x86_64-jehanne-gcc */
#undef LIB_SPEC
#define LIB_SPEC "-lc"
#define LIB_SPEC "-ljehanne"
#undef STANDARD_STARTFILE_PREFIX
#define STANDARD_STARTFILE_PREFIX "/arch/amd64/lib/"