blob: 19b48b71d3afb9cf44d6f1ab3709f2c579b44bf1 (
plain)
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
|
--- make/unix_gcc.mk.orig Fri Jul 28 20:54:11 2000
+++ make/unix_gcc.mk Tue May 15 21:53:41 2001
@@ -33,13 +33,23 @@
ifdef freebsd
GCCPATH= /usr
GCC= cc
+ifneq "${freebsd}" "34"
ifneq "${freebsd}" "40"
+ifneq "${freebsd}" "41"
+ifneq "${freebsd}" "42"
+ifneq "${freebsd}" "43"
+ifneq "${freebsd}" "44"
ifneq "${freebsd}" "50"
GCCBASE= /usr/local
GCCTARGET= i386-unknown-freebsd3.0
GCCVER= egcs-2.91.62
GCCPATH= ${GCCBASE}/lib/gcc-lib/${GCCTARGET}/${GCCVER}
GCC= egcc
endif
+endif
+endif
+endif
+endif
endif
+endif
endif
|