summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-01-03 02:21:50 -0500
committermidipix <writeonce@midipix.org>2019-01-03 02:25:39 -0500
commite46a307ba2e4cf24c1e07d2da07f4c2fc7631e78 (patch)
treee0bd9937c039be417c42d921e0d4fbb3d4c4264b /configure
parente891efab56e2aadaf2b53416e5e0667a125be106 (diff)
downloadbcparser-e46a307ba2e4cf24c1e07d2da07f4c2fc7631e78.tar.bz2
bcparser-e46a307ba2e4cf24c1e07d2da07f4c2fc7631e78.tar.xz
build system: configure: support project-specific default native {c|ld}flags.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 74af5fb..1284263 100755
--- a/configure
+++ b/configure
@@ -320,6 +320,10 @@ common_defaults()
[ -z "$mb_ldflags_last" ] && mb_ldflags_last=$mb_default_ldflags_last
[ -z "$mb_ldflags_once" ] && mb_ldflags_once=$mb_default_ldflags_once
+ # native switches
+ [ -z "$mb_native_cflags" ] && mb_native_cflags=$mb_default_native_cflags
+ [ -z "$mb_native_ldflags" ] && mb_native_ldflags=$mb_default_native_ldflags
+
# config
[ -z "$mb_all_static" ] && mb_all_static='no'
[ -z "$mb_all_shared" ] && mb_all_shared='no'