diff options
author | Lukas Larsson <[email protected]> | 2019-04-03 09:30:05 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2019-04-10 09:43:54 +0200 |
commit | 2fb91a49a55554ec1a9de7256c7e285860b4048a (patch) | |
tree | 5c5b3a4bff79c8c08158ac4ee792e9cfa1a54cf4 /erts/autoconf/configure.vxworks | |
parent | d39dc911688a9cba609cb1d3747a356e351531ba (diff) | |
download | otp-2fb91a49a55554ec1a9de7256c7e285860b4048a.tar.gz otp-2fb91a49a55554ec1a9de7256c7e285860b4048a.tar.bz2 otp-2fb91a49a55554ec1a9de7256c7e285860b4048a.zip |
vxworks: Make vxworks configure use environment CFLAGS
Diffstat (limited to 'erts/autoconf/configure.vxworks')
-rwxr-xr-x | erts/autoconf/configure.vxworks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/autoconf/configure.vxworks b/erts/autoconf/configure.vxworks index 1893f3f7e0..c3bdfd0095 100755 --- a/erts/autoconf/configure.vxworks +++ b/erts/autoconf/configure.vxworks @@ -135,6 +135,7 @@ for file in $CONFIG_FILES; do -e "s,@HOST_TYPE@,$HOST_TYPE,g" \ -e "s,@WIND_BASE@,$WIND_BASE,g" \ -e "s,@TARGET@,$target,g" \ + -e "s,@ENV_CFLAGS@,$CFLAGS,g" \ $in_file > $new_name done |