summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/hardened/linux/amd64/make.defaults')
-rw-r--r--profiles/hardened/linux/amd64/make.defaults9
1 files changed, 0 insertions, 9 deletions
diff --git a/profiles/hardened/linux/amd64/make.defaults b/profiles/hardened/linux/amd64/make.defaults
deleted file mode 100644
index 730679308126..000000000000
--- a/profiles/hardened/linux/amd64/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-
-USE="-pic"
-
-CFLAGS="-O2 -pipe"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"