mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
Bug 15093
Bug 15093 * configure.ac: Test for existence of mmap and sys/mman.h before checking blacklist. Fix suggested by Jim Wilson. * configure: Regenerate. From-SVN: r81212
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2004-04-26 Joe Buck <jbuck@welsh-buck.org>
|
||||
|
||||
Bug 15093
|
||||
* configure.ac: Test for existence of mmap and sys/mman.h before
|
||||
checking blacklist. Fix suggested by Jim Wilson.
|
||||
* configure: Regenerate.
|
||||
|
||||
2004-04-26 Matt Austern <austern@apple.com>
|
||||
|
||||
* src/powerpc/darwin.S: Go through a non-lazy pointer for initial
|
||||
|
||||
1107
libffi/configure
vendored
1107
libffi/configure
vendored
File diff suppressed because it is too large
Load Diff
@@ -37,6 +37,8 @@ AC_PROG_LIBTOOL
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
AC_CHECK_HEADERS(sys/mman.h)
|
||||
AC_CHECK_FUNCS(mmap)
|
||||
AC_FUNC_MMAP_BLACKLIST
|
||||
|
||||
dnl The -no-testsuite modules omit the test subdir.
|
||||
|
||||
Reference in New Issue
Block a user