diff options
author | Ron Yorston <rmy@pobox.com> | 2023-05-23 11:32:44 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-05-23 11:32:44 +0100 |
commit | 5adeafb91fe5d0fbfd2e4f773e64da9aa13d2f09 (patch) | |
tree | 5e739c2dd648786eeff06cc6a65fdff3d5ed8283 /Makefile.flags | |
parent | c2eb45989fcd59617884dc853743b5cc94b15935 (diff) | |
parent | 3e83699ce23400d75c7ddaa7ebfdec015177caa7 (diff) | |
download | busybox-w32-5adeafb91fe5d0fbfd2e4f773e64da9aa13d2f09.tar.gz busybox-w32-5adeafb91fe5d0fbfd2e4f773e64da9aa13d2f09.tar.bz2 busybox-w32-5adeafb91fe5d0fbfd2e4f773e64da9aa13d2f09.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags index aa6565cf7..1a2923854 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -15,6 +15,7 @@ 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 | $(if $(CONFIG_TIME64),-D_TIME_BITS=64) \ | ||
18 | -DMINGW_VER=$(squote)$(quote)$(MINGW_VER)$(quote)$(squote) \ | 19 | -DMINGW_VER=$(squote)$(quote)$(MINGW_VER)$(quote)$(squote) \ |
19 | -DBB_VER=$(squote)$(quote)$(BB_VER)$(quote)$(squote) | 20 | -DBB_VER=$(squote)$(quote)$(BB_VER)$(quote)$(squote) |
20 | 21 | ||