diff options
author | Joakim Sindholt <opensource@zhasha.com> | 2017-07-25 10:24:17 +0200 |
---|---|---|
committer | Joakim Sindholt <opensource@zhasha.com> | 2017-07-25 10:24:17 +0200 |
commit | 7253479cfe0cbd56ce3cd08b408c2c7e5bc7cfcd (patch) | |
tree | cdd55723bdc6066ffaa6c457f48e1830572a9967 | |
parent | 767e31df72a20a4e5688cde9057d846efed291fb (diff) |
build-libc: only bother fixing up the files we build and use
-rw-r--r-- | bin/build-libc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-libc.sh b/bin/build-libc.sh index 7232cd9..be979f4 100644 --- a/bin/build-libc.sh +++ b/bin/build-libc.sh @@ -32,7 +32,7 @@ Linux) --disable-gcc-wrapper \ --enable-warnings \ --enable-visibility && \ - echo 'obj/src/stdio/vfprintf.o obj/src/stdio/vfprintf.lo: CFLAGS += -fno-inline' >> config.mak && \ + echo 'obj/src/stdio/vfprintf.lo: CFLAGS += -fno-inline' >> config.mak && \ make -j$NJOBS && \ make install && \ echo "$MUSLREV" > "$OBJDIR/musl-revision" || exit 2 |