diff options
author | Manoj Iyer <manjo@austin.ibm.com> | 2005-04-20 14:43:55 +0000 |
---|---|---|
committer | Manoj Iyer <manjo@austin.ibm.com> | 2005-04-20 14:43:55 +0000 |
commit | 30e6617391a69a824f8493843c0ad5eb76923ca3 (patch) | |
tree | 6e3fc929c6669b071a301a21d77874f0cb2799e8 /sim/ppc/configure.ac | |
parent | 55e08f71a9aabef35b7892ffd25aca884bcb3c4a (diff) | |
download | gdb-30e6617391a69a824f8493843c0ad5eb76923ca3.zip gdb-30e6617391a69a824f8493843c0ad5eb76923ca3.tar.gz gdb-30e6617391a69a824f8493843c0ad5eb76923ca3.tar.bz2 |
Use HAVE_LONG_LONG to check if compiler supports long long instead of using __GNU__.
2005-04-18 Manoj Iyer <manjo@austin.ibm.com>
* configure.ac: Added check for long long.
* config.in: Regenerated.
* configure: Regenerated.
* words.h: Modified logic to check for HAVE_LONG_LONG instead of
__GNUC__, added config.h header file.
Diffstat (limited to 'sim/ppc/configure.ac')
-rw-r--r-- | sim/ppc/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/ppc/configure.ac b/sim/ppc/configure.ac index 0451c7d..45aa1e0 100644 --- a/sim/ppc/configure.ac +++ b/sim/ppc/configure.ac @@ -681,6 +681,8 @@ if test $ac_cv_struct_statfs = yes; then [Define if struct statfs is defined in <sys/mount.h>]) fi +AC_CHECK_TYPES(long long) + dnl Figure out if /dev/zero exists or not sim_devzero="" AC_MSG_CHECKING(for /dev/zero) |