freebsd-ports/lang/egcs/files/patch-ba
David E. O'Brien b3a3e327ec This should take this port back to the last version of it for EGCS-1.1.2.
The gcc-2.95.2 bits have been repo copied to ports/lang/gcc295.

GCC 2.95.2 does not work for some people's code.  GCC 3.0 will be even
worse.  So it looks like we'll have to keep a port for each version of
GCC we've ever used.
2000-11-30 11:39:26 +00:00

11 lines
438 B
Plaintext

--- libstdc++/configure.in.orig Thu Feb 18 11:40:03 1999
+++ libstdc++/configure.in Thu Feb 18 11:44:01 1999
@@ -54,6 +54,7 @@
*-*-hpux*) frags="${frags} hpux.ml" ;;
*-*-irix[56]*) frags="${frags} irix5.ml" ;;
*-*-linux*aout*) ;;
+ *-*-freebsd*) frags="${frags} freebsd.ml" ;;
*-*-linux*) frags="${frags} linux.ml" ;;
*-*-sysv4*) frags="${frags} elf.ml" ;;
*-*-solaris*) frags="${frags} sol2shm.ml" ;;