diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-04-25 21:04:28 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-04-25 21:04:28 +0000 |
commit | 6129f1cc47e764ce357daee68f1e434f42abc442 (patch) | |
tree | ca08b05617dc42333b4cb3129e711d3dfc1f49ac /gnu/usr.bin/cc/include | |
parent | ea6640338efec1c3c7460c30137963a462e4dc1d (diff) |
Add infrastructure to build GCC 4.2.1 for OpenBSD/hppa.
Diffstat (limited to 'gnu/usr.bin/cc/include')
-rw-r--r-- | gnu/usr.bin/cc/include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/include/Makefile b/gnu/usr.bin/cc/include/Makefile index cd59b51f33f..12e734a2982 100644 --- a/gnu/usr.bin/cc/include/Makefile +++ b/gnu/usr.bin/cc/include/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/cc/include/Makefile,v 1.9.8.1 2009/04/15 03:14:26 kensmith Exp $ -# $OpenBSD: Makefile,v 1.2 2009/11/17 18:53:43 robert Exp $ +# $OpenBSD: Makefile,v 1.3 2010/04/25 21:04:27 kettenis Exp $ .include <bsd.own.mk> @@ -29,7 +29,7 @@ clean: _SUBDIRUSE depend: # Nothing here so far... -.if ${TARGET_ARCH} != "sparc64" +.if ${TARGET_ARCH} != "hppa" && ${TARGET_ARCH} != "sparc64" install: ${INCS} ${INSTALL} -C -o ${BINOWN} -g ${LOCALEGRP} -m ${NONBINMODE} ${.ALLSRC} \ ${DESTDIR}/usr/include |