Skip to content
Snippets Groups Projects
Commit f0caec84 authored by jim_nance%yahoo.com's avatar jim_nance%yahoo.com
Browse files

add -noexceptions flag for Tru64 (AKA Digital Unix AKA OSF/1) cxx compiler

parent d43ab625
No related branches found
No related tags found
No related merge requests found
......@@ -4274,7 +4274,7 @@ alpha*-*-osf*)
DSO_LDOPTS='-shared -Wl,-soname -Wl,$@'
else
CFLAGS="$CFLAGS -std1 -ieee_with_inexact"
CXXFLAGS="$CXXFLAGS -std1 -ieee_with_inexact"
CXXFLAGS="$CXXFLAGS -std1 -ieee_with_inexact -noexceptions"
DSO_LDOPTS='-shared -msym -expect_unresolved \* -soname $@'
DSO_CFLAGS=
MKSHLIB='-$(LD) $(DSO_LDOPTS)'
......
......@@ -737,7 +737,7 @@ alpha*-*-osf*)
DSO_LDOPTS='-shared -Wl,-soname -Wl,$@'
else
CFLAGS="$CFLAGS -std1 -ieee_with_inexact"
CXXFLAGS="$CXXFLAGS -std1 -ieee_with_inexact"
CXXFLAGS="$CXXFLAGS -std1 -ieee_with_inexact -noexceptions"
DSO_LDOPTS='-shared -msym -expect_unresolved \* -soname $@'
DSO_CFLAGS=
MKSHLIB='-$(LD) $(DSO_LDOPTS)'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment