Skip to content

Commit

Permalink
musl-cross module: pass --enable-gold and --enablt-lto as COMMON_CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaurion committed May 28, 2020
1 parent 8b2ea03 commit f329d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/musl-cross
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else
musl-cross_configure := \
/bin/echo -e >> config.mak 'GCC_CONFIG += --enable-languages=c,c++,lto' ; \
/bin/echo -e >> config.mak 'COMMON_CONFIG += LDFLAGS="-fuse-linker-plugin"' ; \
/bin/echo -e >> config.mak 'BINUTILS_CONFIG += --enable-gold --enable-lto' ; \
/bin/echo -e >> config.mak 'COMMON_CONFIG += --enable-gold --enable-lto' ; \
/bin/echo -e >> Makefile 'both:' ; \
/bin/echo -e >> Makefile '\t$$$$(MAKE) TARGET=x86_64-linux-musl install' ; \
/bin/echo -e >> Makefile '\t$$$$(MAKE) TARGET=i386-linux-musl install' ; \
Expand Down

0 comments on commit f329d89

Please sign in to comment.