diff options
author | Laurent GUERBY <laurent@guerby.net> | 2008-08-28 15:58:31 +0000 |
---|---|---|
committer | Laurent Guerby <guerby@gcc.gnu.org> | 2008-08-28 15:58:31 +0000 |
commit | 307c39da82f07efc39dfc2674046f0925361218d (patch) | |
tree | a53c3b82b818d6a2b29afb21c0974b13b431bbe0 /libada | |
parent | e1514c3fdbd996433eccc2c6b7f1a688c3fc6d38 (diff) | |
download | gcc-307c39da82f07efc39dfc2674046f0925361218d.zip gcc-307c39da82f07efc39dfc2674046f0925361218d.tar.gz gcc-307c39da82f07efc39dfc2674046f0925361218d.tar.bz2 |
configure: Regenerate.
2008-08-28 Laurent Guerby <laurent@guerby.net>
* configure: Regenerate.
From-SVN: r139716
Diffstat (limited to 'libada')
-rw-r--r-- | libada/ChangeLog | 4 | ||||
-rwxr-xr-x | libada/configure | 10 |
2 files changed, 5 insertions, 9 deletions
diff --git a/libada/ChangeLog b/libada/ChangeLog index c95c734..891d9b1 100644 --- a/libada/ChangeLog +++ b/libada/ChangeLog @@ -1,3 +1,7 @@ +2008-08-28 Laurent Guerby <laurent@guerby.net> + + * configure: Regenerate. + 2008-08-06 Thomas Quinot <quinot@adacore.com> * Makefile.in: generate s-oscons.ads again, previous change was diff --git a/libada/configure b/libada/configure index cafd0f0..4364253 100755 --- a/libada/configure +++ b/libada/configure @@ -272,7 +272,7 @@ PACKAGE_STRING= PACKAGE_BUGREPORT= ac_unique_file="Makefile.in" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os target_noncanonical build_libsubdir build_subdir host_subdir target_subdir MAINT enable_shared LN_S x_ada_cflags default_gnatlib_target CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT warn_cflags LIBOBJS LTLIBOBJS' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os target_noncanonical build_libsubdir build_subdir host_subdir target_subdir MAINT enable_shared LN_S default_gnatlib_target CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT warn_cflags LIBOBJS LTLIBOBJS' ac_subst_files='' ac_pwd=`pwd` @@ -1493,13 +1493,6 @@ echo "${ECHO_T}no, using $LN_S" >&6 fi -# Determine x_ada_cflags -case $host in - hppa*) x_ada_cflags=-mdisable-indexing ;; - *) x_ada_cflags= ;; -esac - - # Determine what to build for 'gnatlib' if test $build = $target \ && test ${enable_shared} = yes ; then @@ -3114,7 +3107,6 @@ s,@target_subdir@,$target_subdir,;t t s,@MAINT@,$MAINT,;t t s,@enable_shared@,$enable_shared,;t t s,@LN_S@,$LN_S,;t t -s,@x_ada_cflags@,$x_ada_cflags,;t t s,@default_gnatlib_target@,$default_gnatlib_target,;t t s,@CC@,$CC,;t t s,@CFLAGS@,$CFLAGS,;t t |