From f0803f6ece49e760c2992895e35517fd1cf141c9 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 10 Aug 2011 22:14:41 -0500 Subject: build: remove mucking with CARCHFLAGS We've never received an update to this, and gcc has sane defaults out of the box anyway, as do most projects in their build systems. Remove the magic here and just let downstream distros handle any changes or additions necessary, as we already do for LDFLAGS. Signed-off-by: Dan McGee --- etc/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'etc/Makefile.am') diff --git a/etc/Makefile.am b/etc/Makefile.am index 25f18342..67c0e983 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -19,7 +19,6 @@ edit = sed \ -e 's|@CARCH[@]|$(CARCH)|g' \ -e 's|@CHOST[@]|$(CHOST)|g' \ -e 's|@ARCHSWITCH[@]|$(ARCHSWITCH)|g' \ - -e 's|@CARCHFLAGS[@]|$(CARCHFLAGS)|g' \ -e 's|@ROOTDIR[@]|$(ROOTDIR)|g' $(dist_sysconf_DATA): Makefile -- cgit v1.2.3-24-g4f1b