mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
b3a3e327ec
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.
11 lines
438 B
Plaintext
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" ;;
|