openbsd-ports/lang/egcs/snapshot/patches/patch-aa
1998-09-25 22:45:26 +00:00

18 lines
451 B
Plaintext

--- gcc/configure.in.orig Fri Sep 25 15:26:12 1998
+++ gcc/configure.in Fri Sep 25 15:26:21 1998
@@ -950,6 +950,14 @@
tmake_file=t-netbsd
;;
changequote(,)dnl
+ i[34567]86-*-openbsd*)
+changequote([,])dnl
+ tm_file=i386/openbsd.h
+ # On OpenBSD, the headers are already okay, except for math.h.
+ fixincludes=fixinc.wrap
+ tmake_file=t-openbsd
+ ;;
+changequote(,)dnl
i[34567]86-*-coff*)
changequote([,])dnl
tm_file=i386/i386-coff.h