diff options
author | peter <peter@FreeBSD.org> | 2002-04-08 22:58:52 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-04-08 22:58:52 +0000 |
commit | 8180c55fce8d402f165947e4fd2d0ad9a4e3a69f (patch) | |
tree | be4a961a26c9543fff0facf8d09539c1ebd1ba86 /gnu/usr.bin/Makefile | |
parent | 926eea6a543bbceb3def281687627fdd3af6b26a (diff) | |
download | FreeBSD-src-8180c55fce8d402f165947e4fd2d0ad9a4e3a69f.zip FreeBSD-src-8180c55fce8d402f165947e4fd2d0ad9a4e3a69f.tar.gz |
move gperf to NO_GXX section, it works fine on ia64. It just needs a
c++ compiler.
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r-- | gnu/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 03ae964..bf71c4e 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -14,11 +14,11 @@ SUBDIR+=as ld .endif .if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64" -SUBDIR+=cc gperf +SUBDIR+=cc .endif .if !defined(NO_CXX) -SUBDIR+=groff +SUBDIR+=gperf groff .endif .if !defined(NOPERL) && !defined(NO_PERL) && exists(${.CURDIR}/perl) |