diff options
author | Ron Yorston <rmy@pobox.com> | 2015-06-23 14:45:23 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-06-23 14:45:23 +0100 |
commit | 171bc72f6a8f996376ca02e44edd56409b27a927 (patch) | |
tree | 5c9503f18038408ccdc921267c37f6fe93b27035 /Makefile.flags | |
parent | f7c0538b3abe28167855ea40001b40702ef8ddf9 (diff) | |
download | busybox-w32-171bc72f6a8f996376ca02e44edd56409b27a927.tar.gz busybox-w32-171bc72f6a8f996376ca02e44edd56409b27a927.tar.bz2 busybox-w32-171bc72f6a8f996376ca02e44edd56409b27a927.zip |
libbb: really add build details to banner
Look at the environment variable during compilation, not runtime.
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags index a2fba5028..58fcf33eb 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -15,7 +15,8 @@ CPPFLAGS += \ | |||
15 | -include include/autoconf.h \ | 15 | -include include/autoconf.h \ |
16 | -D_GNU_SOURCE -DNDEBUG \ | 16 | -D_GNU_SOURCE -DNDEBUG \ |
17 | $(if $(CONFIG_LFS),-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64) \ | 17 | $(if $(CONFIG_LFS),-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64) \ |
18 | -D"BB_VER=KBUILD_STR($(BB_VER))" -DBB_BT=AUTOCONF_TIMESTAMP | 18 | -D"BB_VER=KBUILD_STR($(BB_VER))" -DBB_BT=AUTOCONF_TIMESTAMP \ |
19 | -D"MINGW_VER=KBUILD_STR($(MINGW_VER))" | ||
19 | 20 | ||
20 | CFLAGS += $(call cc-option,-Wall,) | 21 | CFLAGS += $(call cc-option,-Wall,) |
21 | CFLAGS += $(call cc-option,-Wshadow,) | 22 | CFLAGS += $(call cc-option,-Wshadow,) |