dnl Some system specific things
case "$target" in
- dnl Use -Wno-long-long on Apple Darwin to avoid some unnecessary warning.
- dnl Also use -bind_at_load as a linker flag because sometimes the
- dnl linker complains about __divdi3 being available from both libgcc
- dnl as well as from libg2c
+ dnl Use -Wno-long-long on Apple Darwin to avoid some unnecessary warning
*apple-darwin*)
CXXFLAGSG="$CXXFLAGSG -Wno-long-double"
CXXFLAGSO="$CXXFLAGSO -Wno-long-double"
- LDFLAGS="$LDFLAGS -bind_at_load"
;;
dnl On DEC OSF, including both stdio.h and unistd.h causes a warning
fi
case "$target" in
- *apple-darwin*)
+ *apple-darwin*)
CXXFLAGSG="$CXXFLAGSG -Wno-long-double"
CXXFLAGSO="$CXXFLAGSO -Wno-long-double"
- LDFLAGS="$LDFLAGS -bind_at_load"
;;
*dec-osf*)
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams