check_ldflags -Wl,--warn-common
check_ldflags $LDLATEFLAGS
check_ldflags -Wl,-Bsymbolic
+check_ldflags -Wl,-z,nocopyreloc
if enabled small; then
check_cflags -Os # not all compilers support -Os
# PIC flags for shared library objects where they are needed
if enabled shared; then
- # LIBOBJFLAGS may have already been set in the OS configuration
- if test -z "$LIBOBJFLAGS" ; then
- case "$arch" in
- x86_64|ia64|alpha|sparc*|power*) LIBOBJFLAGS='$(PIC)' ;;
- esac
- fi
+ case "$arch" in
+ x86_64|ia64|alpha|sparc*|power*) add_cflags '\$(PIC)' ;;
+ esac
fi
if enabled gprof; then