Merge from TBEMD:
Rather than having arch specific code in Makefile.inc1, generalize so that we can control the settings of different options on a per architecutre basis. Reviewed by: arch@ (twice)
This commit is contained in:
parent
4fddb8ed6f
commit
9998d0c0f0
@ -30,9 +30,7 @@
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if ${MACHINE_ARCH} == "mips"
|
||||
MK_RESCUE=no # not yet
|
||||
.endif
|
||||
.include <bsd.arch.inc.mk>
|
||||
|
||||
# We must do share/info early so that installation of info `dir'
|
||||
# entries works correctly. Do it first since it is less likely to
|
||||
|
5
Makefile.mips
Normal file
5
Makefile.mips
Normal file
@ -0,0 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
# A bug in binutils prevents rescue from building, so override the user's
|
||||
# choice.
|
||||
MK_RESCUE=no
|
Loading…
Reference in New Issue
Block a user