diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-08-05 10:10:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-08-05 10:10:25 +0200 |
commit | ff1d511b58f833bbfbc846c87affe90180c83fe0 (patch) | |
tree | 71ddfc90243ee962b37a3986843fc30a70029215 /adk/config | |
parent | ee77b8107a16aedfa24275d705fe6d1f4fa43c8d (diff) |
clang does not know -static-libgcc on Darwin
Diffstat (limited to 'adk/config')
-rw-r--r-- | adk/config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adk/config/Makefile b/adk/config/Makefile index 1b2b3d2c5..8eb45f5c0 100644 --- a/adk/config/Makefile +++ b/adk/config/Makefile @@ -6,7 +6,7 @@ include ${ADK_TOPDIR}/rules.mk endif CP=cp -fpR -HOST_CFLAGS:=-DKBUILD_NO_NLS -O0 -g0 -w -static-libgcc +HOST_CFLAGS+=-DKBUILD_NO_NLS -w all: ncurses conf mconf |