Don't try and build non-EGCS libgcc on Alpha and PowerPC.
This commit is contained in:
parent
975ed85295
commit
664737f4b3
5
Makefile
5
Makefile
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.61 1998/07/26 17:28:58 mycroft Exp $
|
# $NetBSD: Makefile,v 1.62 1998/07/28 18:55:41 thorpej Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk> # for configuration variables.
|
.include <bsd.own.mk> # for configuration variables.
|
||||||
|
|
||||||
@ -63,9 +63,12 @@ build: beforeinstall
|
|||||||
(cd ${.CURDIR}/gnu/usr.bin/egcs/libgcc && \
|
(cd ${.CURDIR}/gnu/usr.bin/egcs/libgcc && \
|
||||||
${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)
|
${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)
|
||||||
.else
|
.else
|
||||||
|
.if (${MACHINE_ARCH} != "alpha") && \
|
||||||
|
(${MACHINE_ARCH} != "powerpc")
|
||||||
(cd ${.CURDIR}/gnu/usr.bin/gcc/libgcc && \
|
(cd ${.CURDIR}/gnu/usr.bin/gcc/libgcc && \
|
||||||
${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)
|
${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)
|
||||||
.endif
|
.endif
|
||||||
|
.endif
|
||||||
.if exists(domestic) && !defined(EXPORTABLE_SYSTEM)
|
.if exists(domestic) && !defined(EXPORTABLE_SYSTEM)
|
||||||
# libtelnet depends on libdes and libkrb. libkrb depends on
|
# libtelnet depends on libdes and libkrb. libkrb depends on
|
||||||
# libcom_err.
|
# libcom_err.
|
||||||
|
Loading…
Reference in New Issue
Block a user