Alpha is now egcs by default (now all that's left is as and ld).
This commit is contained in:
parent
8bdbb59a69
commit
c95c8e1504
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: bsd.own.mk,v 1.77 1998/08/09 14:46:20 lukem Exp $
|
# $NetBSD: bsd.own.mk,v 1.78 1998/08/27 14:05:58 tv Exp $
|
||||||
|
|
||||||
.if !defined(_BSD_OWN_MK_)
|
.if !defined(_BSD_OWN_MK_)
|
||||||
_BSD_OWN_MK_=1
|
_BSD_OWN_MK_=1
|
||||||
@ -106,14 +106,16 @@ OBJECT_FMT?=ELF
|
|||||||
OBJECT_FMT?=a.out
|
OBJECT_FMT?=a.out
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# Uncomment to turn off lint library generation.
|
|
||||||
#NOLINT=
|
|
||||||
|
|
||||||
# Profiling doesn't work on PowerPC yet.
|
# Profiling doesn't work on PowerPC yet.
|
||||||
.if (${MACHINE_ARCH} == "powerpc")
|
.if (${MACHINE_ARCH} == "powerpc")
|
||||||
NOPROFILE=
|
NOPROFILE=
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
# Some platforms are already transitioned to egcs.
|
||||||
|
.if (${MACHINE_ARCH} == "alpha")
|
||||||
|
USE_EGCS=1
|
||||||
|
.endif
|
||||||
|
|
||||||
# GNU sources and packages sometimes see architecture names differently.
|
# GNU sources and packages sometimes see architecture names differently.
|
||||||
# This table maps an architecture name to its GNU counterpart.
|
# This table maps an architecture name to its GNU counterpart.
|
||||||
# Use as so: ${GNU_ARCH.${TARGET_ARCH}} or ${MACHINE_GNU_ARCH}
|
# Use as so: ${GNU_ARCH.${TARGET_ARCH}} or ${MACHINE_GNU_ARCH}
|
||||||
|
Loading…
Reference in New Issue
Block a user