diff options
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 8 | ||||
-rwxr-xr-x | libcpp/configure | 6 | ||||
-rw-r--r-- | libcpp/configure.ac | 1 |
3 files changed, 11 insertions, 4 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 98d2cc2..b03241b 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2006-09-08 Eric Christopher <echristo@apple.com> + + * configure.ac: Add 64-bit HWI support for i?86-darwin. + 2006-08-14 Steve Ellcey <sje@cup.hp.com> PR c++/28288 @@ -120,7 +124,7 @@ 2005-11-09 Per Bothner <per@bothner.com> Uros Bizjak <uros@kss-loka.si> - + PR c/24101 * init.c (read_original_filename): Temporarily set state.in_directive before calling _cpp_lex_direct for @@ -162,7 +166,7 @@ Use in print_dep assignment. * init.c (cpp_read_main_file): Pass additional arg to _cpp_find_file. * internal.h (_cpp_find_file): Add new parm to declaration. - + 2005-10-08 Kazu Hirata <kazu@codesourcery.com> * configure.ac: Require 64-bit int for arm*-*-*eabi*. diff --git a/libcpp/configure b/libcpp/configure index 0e95637..71cd0e8 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -7264,8 +7264,9 @@ INCINTL= XGETTEXT= GMSGFMT= POSUB= -if test -f ../intl/config.intl; then - . ../intl/config.intl + +if test -f ../intl/config.intl; then + . ../intl/config.intl fi echo "$as_me:$LINENO: checking whether NLS is requested" >&5 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6 @@ -8233,6 +8234,7 @@ case $target in x86_64-*-* | \ ia64-*-* | \ hppa*64*-*-* | parisc*64*-*-* | \ + i[34567]86-*-darwin[0-9]* | \ i[34567]86-*-solaris2.1[0-9]* | \ mips*-*-* | \ mmix-*-* | \ diff --git a/libcpp/configure.ac b/libcpp/configure.ac index e91f9b8..71b6ff6 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -118,6 +118,7 @@ case $target in x86_64-*-* | \ ia64-*-* | \ hppa*64*-*-* | parisc*64*-*-* | \ + i[34567]86-*-darwin[0-9]* | \ i[34567]86-*-solaris2.1[0-9]* | \ mips*-*-* | \ mmix-*-* | \ |