diff options
author | Joel Brobecker <brobecker@adacore.com> | 2015-01-07 13:42:51 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2015-01-07 14:00:06 +0400 |
commit | fdbf396f7e1cc87f408df7896c5464249f65c8e8 (patch) | |
tree | aeefac103a29df9c9c4f27f36dcabaf10a518163 /sim/common/configure | |
parent | 5a70a2235a5fb9a8d90110089d97a27961093a39 (diff) | |
download | gdb-fdbf396f7e1cc87f408df7896c5464249f65c8e8.zip gdb-fdbf396f7e1cc87f408df7896c5464249f65c8e8.tar.gz gdb-fdbf396f7e1cc87f408df7896c5464249f65c8e8.tar.bz2 |
Regenerate sim/common/aclocal.m4 and sim/common/configure...
... using automake 1.11.1, which is the version we're currently
using throughout, instead of 1.11.3. This should be a no-op in
practice, but will help automake/aclocal version-related
differences to cloud real changes being made.
sim/common/ChangeLog:
* aclocal.m4, configure: Regenerate using automake 1.11.1.
Diffstat (limited to 'sim/common/configure')
-rwxr-xr-x | sim/common/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/configure b/sim/common/configure index afd605e..add4c0f 100755 --- a/sim/common/configure +++ b/sim/common/configure @@ -6390,7 +6390,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' ;; @@ -8413,7 +8413,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 |