diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-27 22:54:40 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-27 22:54:40 +0000 |
commit | 70fc4ad384117eb03291f191d89019e6e55b75f4 (patch) | |
tree | c8ec33be0733517236c1b2ec41511ff3b087127d /sim/ppc/configure | |
parent | 79e6c66069a1e919ec42673efc498436a7d27202 (diff) | |
download | gdb-70fc4ad384117eb03291f191d89019e6e55b75f4.zip gdb-70fc4ad384117eb03291f191d89019e6e55b75f4.tar.gz gdb-70fc4ad384117eb03291f191d89019e6e55b75f4.tar.bz2 |
Build again on SunOS; Make MODEL_INLINE default to 1 if inlining, not 2; Use __attribute__((const))
Diffstat (limited to 'sim/ppc/configure')
-rwxr-xr-x | sim/ppc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/configure b/sim/ppc/configure index e9f9358..b8f3443 100755 --- a/sim/ppc/configure +++ b/sim/ppc/configure @@ -1319,7 +1319,7 @@ else fi echo "$ac_t""$CPP" 1>&6 -for ac_hdr in string.h strings.h stdlib.h time.h sys/times.h unistd.h sys/resource.h +for ac_hdr in string.h strings.h stdlib.h time.h sys/types.h sys/time.h sys/times.h unistd.h sys/resource.h do ac_safe=`echo "$ac_hdr" | tr './\055' '___'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |