diff options
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r-- | toolchain/gcc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index a61d5eaa7..e14a4be7e 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -150,7 +150,6 @@ $(GCC_BUILD_DIR_FINAL)/.configured: ${GCC_CONFOPTS} \ --enable-languages=$(LANGUAGES) \ --with-sysroot='$${prefix}/${STAGING_HOST2TARGET}' \ - --with-slibdir=$(STAGING_TARGET_DIR)/lib \ --enable-shared touch $@ |