diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-21 20:15:39 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-21 20:15:39 +0000 |
commit | 8f3b83863d58b292aff00a40892ff13b1faae8b6 (patch) | |
tree | 8952d0661c6f4e242d8bec701c82d491b43c1711 /libiberty/config.in | |
parent | 85150877bccd9336a4844f7cafa278cb6a9bab7d (diff) | |
download | ppe42-gcc-8f3b83863d58b292aff00a40892ff13b1faae8b6.tar.gz ppe42-gcc-8f3b83863d58b292aff00a40892ff13b1faae8b6.zip |
* configure.in: Check for sys/sysmp.h and sysmp.
* physmem.c: Pull upstream copy, add support for irix6.
* config.in, configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63237 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 8a267ed1a4d..706fb1efd3f 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -180,6 +180,9 @@ /* Define if you have the sysconf function. */ #undef HAVE_SYSCONF +/* Define if you have the sysmp function. */ +#undef HAVE_SYSMP + /* Define if you have the times function. */ #undef HAVE_TIMES @@ -237,6 +240,9 @@ /* Define if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H +/* Define if you have the <sys/sysmp.h> header file. */ +#undef HAVE_SYS_SYSMP_H + /* Define if you have the <sys/time.h> header file. */ #undef HAVE_SYS_TIME_H |