diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-04 06:56:23 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-04 06:56:23 +0000 |
| commit | c8a1d5ccc33afd48f8fe2ed760034bcec1ec9482 (patch) | |
| tree | 29870462a113cd97683fc049aa78236d20f18da2 /gnu/usr.bin/cc | |
| parent | b2b0497ab51c5b26e77089ffa0c6e4fea8ecef21 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
| -rw-r--r-- | gnu/usr.bin/cc/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc index 806a8a3d91b9..79c573e10a30 100644 --- a/gnu/usr.bin/cc/Makefile.inc +++ b/gnu/usr.bin/cc/Makefile.inc @@ -4,7 +4,7 @@ # Sometimes this is .include'd several times... .if !defined(GCCDIR) -GCCDIR= ${.CURDIR}/../../../../contrib/gcc +GCCDIR= ${.CURDIR}/../../../../contrib/gcc.295 TARGET_ARCH?= ${MACHINE_ARCH} |
