diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-02-19 03:50:11 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-14 06:04:29 -0400 |
commit | 5cddc23a3a0b855858e8eca93d6dd90aec00d914 (patch) | |
tree | 4abf9532b8f3e52922ffb4a0a1bbfb5a198df070 /sim/erc32/configure | |
parent | 0800b440df695c9ee66c9337cef384c48fe45b16 (diff) | |
download | gdb-5cddc23a3a0b855858e8eca93d6dd90aec00d914.zip gdb-5cddc23a3a0b855858e8eca93d6dd90aec00d914.tar.gz gdb-5cddc23a3a0b855858e8eca93d6dd90aec00d914.tar.bz2 |
sim: drop duplicate header checks
The SIM_AC_COMMON macro already checks for a bunch of headers, so specific
sim ports need not do it themselves.
Diffstat (limited to 'sim/erc32/configure')
-rwxr-xr-x | sim/erc32/configure | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/sim/erc32/configure b/sim/erc32/configure index ba43717..b4636c9 100755 --- a/sim/erc32/configure +++ b/sim/erc32/configure @@ -8121,7 +8121,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; @@ -10144,7 +10144,7 @@ _LT_EOF if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then - tmp_addflag= + tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler @@ -12958,19 +12958,6 @@ sim_link_links="${sim_link_links} targ-vals.def" -for ac_header in stdlib.h -do : - ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" -if test "x$ac_cv_header_stdlib_h" = x""yes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_STDLIB_H 1 -_ACEOF - -fi - -done - - # In the Cygwin environment, we need some additional flags. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5 $as_echo_n "checking for cygwin... " >&6; } |