Skip to content

Commit

Permalink
musl-cross module: Remove LDCONFIG statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaurion committed May 28, 2020
1 parent 83f8e04 commit 6e99e89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/musl-cross
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ 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 'COMMON_CONFIG += --enable-gold --enable-lto' ; \
/bin/echo -e >> Makefile 'both:' ; \
/bin/echo -e >> Makefile '\t$$$$(MAKE) TARGET=x86_64-linux-musl install' ; \
Expand Down

0 comments on commit 6e99e89

Please sign in to comment.