From e645cbc104c82077418e9dcae134e65aaadc2b25 Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Mon, 13 Jan 2020 13:09:53 +0100 Subject: [PATCH] gcc: LIB_SPEC includes -ljehanne instead of -lc --- cross/patch/gcc/gcc/config/jehanne.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross/patch/gcc/gcc/config/jehanne.h b/cross/patch/gcc/gcc/config/jehanne.h index 245351b..e760c28 100644 --- a/cross/patch/gcc/gcc/config/jehanne.h +++ b/cross/patch/gcc/gcc/config/jehanne.h @@ -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/"