diff options
author | joerg <joerg@pkgsrc.org> | 2011-12-05 22:40:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-12-05 22:40:21 +0000 |
commit | a321e51820845a187fd6e49faa2417bcd575aa48 (patch) | |
tree | 8bdd9a51a3d3b5336e9743314f6724629ad16517 /pkgtools | |
parent | d3c6d8b7f756e2b9207579d770f0ef05f264cb83 (diff) | |
download | pkgsrc-a321e51820845a187fd6e49faa2417bcd575aa48.tar.gz |
Don't disable builtins for GCC.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/bootstrap-mk-files/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in | 8 |
2 files changed, 3 insertions, 9 deletions
diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile index f2b4f3b2896..719ed3306c6 100644 --- a/pkgtools/bootstrap-mk-files/Makefile +++ b/pkgtools/bootstrap-mk-files/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2011/11/26 15:54:43 dholland Exp $ +# $NetBSD: Makefile,v 1.29 2011/12/05 22:40:21 joerg Exp $ -DISTNAME= bootstrap-mk-files-20111126 +DISTNAME= bootstrap-mk-files-20111205 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in b/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in index bc5ba38fe30..e0d7199843b 100644 --- a/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in +++ b/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk.in,v 1.2 2007/08/25 09:33:57 rillig Exp $ +# $NetBSD: bsd.own.mk.in,v 1.3 2011/12/05 22:40:22 joerg Exp $ .if !defined(_BSD_OWN_MK_) _BSD_OWN_MK_=1 @@ -129,12 +129,6 @@ OBJECT_FMT?=ELF OBJECT_FMT?=a.out .endif -.if ${CC:M*gcc*} != "" -.if ${MACHINE_ARCH} == "x86_64" -CFLAGS+=-Wno-format -fno-builtin -.endif -.endif - # Location of the file that contains the major and minor numbers of the # version of a shared library. If this file exists a shared library # will be built by <bsd.lib.mk>. |