summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-01-31 02:17:11 +0000
committerbde <bde@FreeBSD.org>2004-01-31 02:17:11 +0000
commit2f84e3271ef2eb690bd63f1e9251265c7e4862cd (patch)
treef58cd3ea4b3f9a88d48c3d17e4821ca6ec4d3412 /share
parent9de97de17519d9f02f15b8d562eb266a246776e3 (diff)
downloadFreeBSD-src-2f84e3271ef2eb690bd63f1e9251265c7e4862cd.zip
FreeBSD-src-2f84e3271ef2eb690bd63f1e9251265c7e4862cd.tar.gz
Fixed some style bugs (long lines).
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.cpu.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/share/mk/bsd.cpu.mk b/share/mk/bsd.cpu.mk
index 4c43d54..8bf7072 100644
--- a/share/mk/bsd.cpu.mk
+++ b/share/mk/bsd.cpu.mk
@@ -43,7 +43,9 @@ CPUTYPE = athlon
# http://gcc.gnu.org/onlinedocs/gcc/RS-6000-and-PowerPC-Options.html
. if ${MACHINE_ARCH} == "i386"
-. if ${CPUTYPE} == "athlon-mp" || ${CPUTYPE} == "athlon-xp" || ${CPUTYPE} == "athlon-4" || ${CPUTYPE} == "athlon-tbird" || ${CPUTYPE} == "athlon"
+. if ${CPUTYPE} == "athlon-mp" || ${CPUTYPE} == "athlon-xp" || \
+ ${CPUTYPE} == "athlon-4" || ${CPUTYPE} == "athlon-tbird" || \
+ ${CPUTYPE} == "athlon"
_CPUCFLAGS = -march=${CPUTYPE}
. elif ${CPUTYPE} == "k6-3" || ${CPUTYPE} == "k6-2" || ${CPUTYPE} == "k6"
_CPUCFLAGS = -march=${CPUTYPE}
@@ -87,7 +89,8 @@ _CPUCFLAGS = -mcpu=ev4
# presence of a CPU feature.
.if ${MACHINE_ARCH} == "i386"
-. if ${CPUTYPE} == "athlon-mp" || ${CPUTYPE} == "athlon-xp" || ${CPUTYPE} == "athlon-4"
+. if ${CPUTYPE} == "athlon-mp" || ${CPUTYPE} == "athlon-xp" || \
+ ${CPUTYPE} == "athlon-4"
MACHINE_CPU = athlon-xp k7 3dnow sse mmx k6 k5 i586 i486 i386
. elif ${CPUTYPE} == "athlon" || ${CPUTYPE} == "athlon-tbird"
MACHINE_CPU = athlon k7 3dnow mmx k6 k5 i586 i486 i386
OpenPOWER on IntegriCloud