summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-03-21 04:57:24 +0000
committermarcel <marcel@FreeBSD.org>2004-03-21 04:57:24 +0000
commita02786e1545feac3c7eb0361d6d2b831fc7f4b5f (patch)
tree9f0ea1f8e57587a36d75ff7a0661bb2c6d6f7091 /share/mk
parent88d86ea2c1f760bcc25bd079a4fa143a5ac1e2d3 (diff)
downloadFreeBSD-src-a02786e1545feac3c7eb0361d6d2b831fc7f4b5f.zip
FreeBSD-src-a02786e1545feac3c7eb0361d6d2b831fc7f4b5f.tar.gz
Add a reference to the ia64 options to gcc. While here, sort the list.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.cpu.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/mk/bsd.cpu.mk b/share/mk/bsd.cpu.mk
index a02797b..0d75f7d 100644
--- a/share/mk/bsd.cpu.mk
+++ b/share/mk/bsd.cpu.mk
@@ -37,10 +37,11 @@ CPUTYPE = athlon
# Logic to set up correct gcc optimization flag. This must be included
# after /etc/make.conf so it can react to the local value of CPUTYPE
# defined therein. Consult:
-# http://gcc.gnu.org/onlinedocs/gcc/i386-and-x86-64-Options.html
# http://gcc.gnu.org/onlinedocs/gcc/DEC-Alpha-Options.html
-# http://gcc.gnu.org/onlinedocs/gcc/SPARC-Options.html
+# http://gcc.gnu.org/onlinedocs/gcc/IA-64-Options.html
# http://gcc.gnu.org/onlinedocs/gcc/RS-6000-and-PowerPC-Options.html
+# http://gcc.gnu.org/onlinedocs/gcc/SPARC-Options.html
+# http://gcc.gnu.org/onlinedocs/gcc/i386-and-x86-64-Options.html
. if ${MACHINE_ARCH} == "i386"
. if ${CPUTYPE} == "athlon-mp" || ${CPUTYPE} == "athlon-xp" || \
OpenPOWER on IntegriCloud