aboutsummaryrefslogtreecommitdiffstats
path: root/erts/aclocal.m4
diff options
context:
space:
mode:
authorCalvin Buckley <[email protected]>2019-01-25 07:51:21 -0500
committerCalvin <[email protected]>2019-05-29 06:21:40 -0400
commitd2ceabf2458688077a3eb97f4aaddfce4a04e5bf (patch)
treecd7aa31aea951c79fafb8dcfe6203f8742c7aa27 /erts/aclocal.m4
parent00f497b18202d4b1b97fbdd0dcf211a6066227a9 (diff)
downloadotp-d2ceabf2458688077a3eb97f4aaddfce4a04e5bf.tar.gz
otp-d2ceabf2458688077a3eb97f4aaddfce4a04e5bf.tar.bz2
otp-d2ceabf2458688077a3eb97f4aaddfce4a04e5bf.zip
fix linker flags for AIX
Modern AIX also wants these; matches Bull SPRM for OTP R15
Diffstat (limited to 'erts/aclocal.m4')
-rw-r--r--erts/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/aclocal.m4 b/erts/aclocal.m4
index 0ca2755802..e2b7e1eada 100644
--- a/erts/aclocal.m4
+++ b/erts/aclocal.m4
@@ -2988,7 +2988,7 @@ case $host_os in
DED_LDFLAGS="-64 $DED_LDFLAGS"
fi
;;
- aix4*)
+ aix*|os400*)
DED_LDFLAGS="-G -bnoentry -bexpall"
;;
freebsd2*)