diff options
author | steve <steve@FreeBSD.org> | 2000-04-02 22:51:02 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-04-02 22:51:02 +0000 |
commit | 6ae88f375ee5154092e1f11b316fb24658ea317c (patch) | |
tree | efbb3fb7efc4e1e528b89f1a39c8adba1f86d63a /gnu/usr.bin | |
parent | 2e142113a18b7a758137fcf7d90a32f889eba24f (diff) | |
download | FreeBSD-src-6ae88f375ee5154092e1f11b316fb24658ea317c.zip FreeBSD-src-6ae88f375ee5154092e1f11b316fb24658ea317c.tar.gz |
Enable Haifa on sparc64 as well.
Diffstat (limited to 'gnu/usr.bin')
-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 87627b4..806a8a3 100644 --- a/gnu/usr.bin/cc/Makefile.inc +++ b/gnu/usr.bin/cc/Makefile.inc @@ -21,7 +21,7 @@ OUT_OBJ= ${GCC_ARCH} target= ${TARGET_ARCH}-unknown-freebsd # These architectures are Cygnus's default for enabling Haifa. -.if ${GCC_ARCH} == "alpha" || ${GCC_ARCH} == "sparc" +.if ${GCC_ARCH} == "alpha" || ${GCC_ARCH} == "sparc" || ${GCC_ARCH} == "sparc64" USE_EGCS_HAIFA= 1 .endif |