aboutsummaryrefslogtreecommitdiffstats
path: root/erts/autoconf/vxworks
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-04-03 09:30:05 +0200
committerLukas Larsson <[email protected]>2019-04-10 09:43:54 +0200
commit2fb91a49a55554ec1a9de7256c7e285860b4048a (patch)
tree5c5b3a4bff79c8c08158ac4ee792e9cfa1a54cf4 /erts/autoconf/vxworks
parentd39dc911688a9cba609cb1d3747a356e351531ba (diff)
downloadotp-2fb91a49a55554ec1a9de7256c7e285860b4048a.tar.gz
otp-2fb91a49a55554ec1a9de7256c7e285860b4048a.tar.bz2
otp-2fb91a49a55554ec1a9de7256c7e285860b4048a.zip
vxworks: Make vxworks configure use environment CFLAGS
Diffstat (limited to 'erts/autoconf/vxworks')
-rw-r--r--erts/autoconf/vxworks/sed.general2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/autoconf/vxworks/sed.general b/erts/autoconf/vxworks/sed.general
index d32fbdc5c0..ffd5a8133c 100644
--- a/erts/autoconf/vxworks/sed.general
+++ b/erts/autoconf/vxworks/sed.general
@@ -111,7 +111,7 @@ s|@erlexec@|erl.exec|
s|@EMU_LIBOBJS@||
# General CFLAGS
-s|@GENERAL_CFLAGS@|-DHAVE_LOCALTIME_R -DHAVE_GMTIME_R -DENABLE_ELIB_MALLOC -DELIB_HEAP_USER -DELIB_SORTED_BLOCKS -DWORDS_BIGENDIAN -DELIB_DONT_INITIALIZE -DSIZEOF_CHAR=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -DSIZEOF_VOID_P=4 -DERTS_USE_PORT_TASKS=1|g
+s|@GENERAL_CFLAGS@|@ENV_CFLAGS@ -DHAVE_LOCALTIME_R -DHAVE_GMTIME_R -DENABLE_ELIB_MALLOC -DELIB_HEAP_USER -DELIB_SORTED_BLOCKS -DWORDS_BIGENDIAN -DELIB_DONT_INITIALIZE -DSIZEOF_CHAR=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -DSIZEOF_VOID_P=4 -DERTS_USE_PORT_TASKS=1|g
s|@WFLAGS@||
# Thread flags for eidefs.mk (erl_interface)