From 30e6617391a69a824f8493843c0ad5eb76923ca3 Mon Sep 17 00:00:00 2001 From: Manoj Iyer Date: Wed, 20 Apr 2005 14:43:55 +0000 Subject: Use HAVE_LONG_LONG to check if compiler supports long long instead of using __GNU__. 2005-04-18 Manoj Iyer * 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. --- sim/ppc/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sim/ppc/configure.ac') 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 ]) fi +AC_CHECK_TYPES(long long) + dnl Figure out if /dev/zero exists or not sim_devzero="" AC_MSG_CHECKING(for /dev/zero) -- cgit v1.1