blob: da1ff6a37abb7927411f033319b18def235525f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- configure~ Tue Apr 20 10:16:07 1999
+++ configure Tue Apr 20 10:16:42 1999
@@ -772,7 +772,7 @@
hppa*-hp-hpux*) d2c_build=hppa-hpux ;;
sparc*-solaris*) d2c_build=sparc-solaris ;;
i*86-*-freebsd2*) d2c_build=x86-freebsd-aout ;;
- i*86-*-freebsd3*) d2c_build=x86-freebsd-elf ;;
+ i*86-*-freebsd*) d2c_build=x86-freebsd-elf ;;
i*86-pc-cygwin32) d2c_build=x86-win32-gcc ;;
i*86-pc-none) d2c_build=x86-win32-vc ;;
*) d2c_build=unknown-unix ;;
@@ -789,7 +789,7 @@
hppa*-hp-hpux*) d2c_host=hppa-hpux ;;
sparc*-solaris*) d2c_host=sparc-solaris ;;
i*86-*-freebsd2*) d2c_host=x86-freebsd-aout ;;
- i*86-*-freebsd3*) d2c_host=x86-freebsd-elf ;;
+ i*86-*-freebsd*) d2c_host=x86-freebsd-elf ;;
i*86-pc-cygwin32) d2c_host=x86-win32-gcc ;;
i*86-pc-none) d2c_host=x86-win32-vc ;;
*) d2c_host=unknown-unix ;;
@@ -806,7 +806,7 @@
hppa*-hp-hpux*) d2c_target=hppa-hpux ;;
sparc*-solaris*) d2c_target=sparc-solaris ;;
i*86-*-freebsd2*) d2c_target=x86-freebsd-aout ;;
- i*86-*-freebsd3*) d2c_target=x86-freebsd-elf ;;
+ i*86-*-freebsd*) d2c_target=x86-freebsd-elf ;;
i*86-pc-cygwin32) d2c_target=x86-win32-gcc ;;
i*86-pc-none) d2c_target=x86-win32-vc ;;
*) d2c_target=unknown-unix ;;
|