diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-11 15:59:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-11 15:59:02 +0000 |
commit | 3b1b0308a45e8c884ce9a5b61c943a3312ed9b6d (patch) | |
tree | bde0287f756a382480568b47817e4b54cfc05ca4 /bfd/configure | |
parent | f046ec6725a8483b41ab236901bd6dcb81d48956 (diff) | |
download | fsf-binutils-gdb-3b1b0308a45e8c884ce9a5b61c943a3312ed9b6d.zip fsf-binutils-gdb-3b1b0308a45e8c884ce9a5b61c943a3312ed9b6d.tar.gz fsf-binutils-gdb-3b1b0308a45e8c884ce9a5b61c943a3312ed9b6d.tar.bz2 |
* config.bfd: (i[3456]86-*-openbsd*, m68*-*-openbsd*,
mips*el*-*-openbsd*, mips*-*-openbsd*, ns32k-*-openbsd*,
powerpc-*-*bsd*, sparc-*-openbsd*): New targets.
* configure.in (i[3456]86-*-openbsd*, mips*-*-openbsd*,
m68*-*-openbsd*, ns32k-*-openbsd*, powerpc-*-*bsd*,
sparc-*-openbsd*): New targets.
* configure: Rebuild.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/bfd/configure b/bfd/configure index d653693..96d6c95 100755 --- a/bfd/configure +++ b/bfd/configure @@ -1673,7 +1673,7 @@ EOF EOF ;; - i[3456]86-*-netbsd*) + i[3456]86-*-netbsd* | i[3456]86-*-openbsd*) COREFILE=netbsd-core.o ;; i[3456]86-esix-sysv3*) @@ -1727,7 +1727,7 @@ EOF EOF ;; - mips-*-netbsd*) + mips-*-netbsd* | mips*-*-openbsd*) COREFILE=netbsd-core.o ;; mips-dec-*) @@ -1798,7 +1798,7 @@ EOF EOF ;; - m68*-*-netbsd*) + m68*-*-netbsd* | m68*-*-openbsd*) COREFILE=netbsd-core.o ;; m68*-apple-aux*) @@ -1824,16 +1824,17 @@ EOF EOF ;; - ns32k-*-netbsd*) + ns32k-*-netbsd* | ns32k-*-openbsd*) COREFILE=netbsd-core.o ;; rs6000-*-lynx*) COREFILE=lynx-core.o ;; rs6000-*-aix4*) COREFILE=rs6000-core.o ;; rs6000-*-*) COREFILE=rs6000-core.o ;; + powerpc-*-*bsd*) COREFILE=netbsd-core.o ;; powerpc-*-aix4*) COREFILE=rs6000-core.o ;; powerpc-*-aix*) COREFILE=rs6000-core.o ;; powerpc-*-beos*) ;; - sparc-*-netbsd*) + sparc-*-netbsd* | sparc-*-openbsd*) COREFILE=netbsd-core.o ;; tahoe-*-*) @@ -1882,19 +1883,19 @@ EOF # Define HAVE_SYS_PROCFS_H if the file exists and defines # prstatus_t. echo $ac_n "checking for sys/procfs.h""... $ac_c" 1>&6 -echo "configure:1886: checking for sys/procfs.h" >&5 +echo "configure:1887: checking for sys/procfs.h" >&5 if eval "test \"`echo '$''{'bfd_cv_header_sys_procfs_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 1891 "configure" +#line 1892 "configure" #include "confdefs.h" #include <sys/procfs.h> int main() { prstatus_t t; ; return 0; } EOF -if { (eval echo configure:1898: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1899: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* bfd_cv_header_sys_procfs_h=yes else @@ -2208,17 +2209,17 @@ for ac_hdr in unistd.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:2212: checking for $ac_hdr" >&5 +echo "configure:2213: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 2217 "configure" +#line 2218 "configure" #include "confdefs.h" #include <$ac_hdr> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2222: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2223: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then rm -rf conftest* @@ -2247,12 +2248,12 @@ done for ac_func in getpagesize do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:2251: checking for $ac_func" >&5 +echo "configure:2252: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 2256 "configure" +#line 2257 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func(); below. */ @@ -2275,7 +2276,7 @@ $ac_func(); ; return 0; } EOF -if { (eval echo configure:2279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -2300,7 +2301,7 @@ fi done echo $ac_n "checking for working mmap""... $ac_c" 1>&6 -echo "configure:2304: checking for working mmap" >&5 +echo "configure:2305: checking for working mmap" >&5 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2308,7 +2309,7 @@ else ac_cv_func_mmap_fixed_mapped=no else cat > conftest.$ac_ext <<EOF -#line 2312 "configure" +#line 2313 "configure" #include "confdefs.h" /* Thanks to Mike Haertel and Jim Avera for this test. @@ -2448,7 +2449,7 @@ main() } EOF -if { (eval echo configure:2452: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null +if { (eval echo configure:2453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null then ac_cv_func_mmap_fixed_mapped=yes else @@ -2473,12 +2474,12 @@ fi for ac_func in madvise mprotect do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:2477: checking for $ac_func" >&5 +echo "configure:2478: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 2482 "configure" +#line 2483 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func(); below. */ @@ -2501,7 +2502,7 @@ $ac_func(); ; return 0; } EOF -if { (eval echo configure:2505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else |