diff options
Diffstat (limited to 'libcc1')
-rw-r--r-- | libcc1/ChangeLog | 5 | ||||
-rwxr-xr-x | libcc1/configure | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog index 5624bf6..023c444 100644 --- a/libcc1/ChangeLog +++ b/libcc1/ChangeLog @@ -1,5 +1,10 @@ 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + PR target/63610 + * configure: Regenerate. + +2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + PR bootstrap/63699 PR bootstrap/63750 * plugin.cc: Don't include <string>. diff --git a/libcc1/configure b/libcc1/configure index 0c203a2..05384d3 100755 --- a/libcc1/configure +++ b/libcc1/configure @@ -7023,7 +7023,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' ;; |