diff options
author | jmallett <jmallett@FreeBSD.org> | 2012-03-29 03:04:59 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2012-03-29 03:04:59 +0000 |
commit | 299c847f0b109bdb3c5e20596f1ba2dc6f72e468 (patch) | |
tree | 29ca08d37f1e62b48eeefde849efa03b79458048 | |
parent | 4544b2987d0d95e6ea49d4f0c3281c2a11ce8f77 (diff) | |
download | FreeBSD-src-299c847f0b109bdb3c5e20596f1ba2dc6f72e468.zip FreeBSD-src-299c847f0b109bdb3c5e20596f1ba2dc6f72e468.tar.gz |
o) Fix mips/mips -> mips for Makefile.inc1.
o) Rebuild src.conf.5.
-rw-r--r-- | Makefile.inc1 | 2 | ||||
-rw-r--r-- | share/man/man5/src.conf.5 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 195d161..72a4578 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -136,7 +136,7 @@ VERSION!= uname -srp VERSION+= ${OSRELDATE} .endif -KNOWN_ARCHES?= amd64 arm armeb/arm i386 i386/pc98 ia64 mipsel/mips mips/mips mips64el/mips mips64/mips mipsn32el/mips mipsn32/mips powerpc powerpc64/powerpc sparc64 +KNOWN_ARCHES?= amd64 arm armeb/arm i386 i386/pc98 ia64 mips mipsel/mips mips64el/mips mips64/mips mipsn32el/mips mipsn32/mips powerpc powerpc64/powerpc sparc64 .if ${TARGET} == ${TARGET_ARCH} _t= ${TARGET} .else diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 73e97cb..e209a26 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,7 +1,7 @@ .\" DO NOT EDIT-- this file is automatically generated. .\" from FreeBSD: head/tools/build/options/makeman 221733 2011-05-10 13:01:11Z ru .\" $FreeBSD$ -.Dd February 29, 2012 +.Dd March 25, 2012 .Dt SRC.CONF 5 .Os .Sh NAME @@ -270,7 +270,7 @@ When set, it also enforces the following options: Set to not build the Clang C/C++ compiler. .Pp It is a default setting on -arm/arm, arm/armeb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32eb and sparc64/sparc64. +arm/arm, arm/armeb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64. When set, it also enforces the following options: .Pp .Bl -item -compact |