summaryrefslogtreecommitdiff
path: root/profiles/hardened/linux/musl/arm/armv7a/make.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/hardened/linux/musl/arm/armv7a/make.defaults')
-rw-r--r--profiles/hardened/linux/musl/arm/armv7a/make.defaults8
1 files changed, 0 insertions, 8 deletions
diff --git a/profiles/hardened/linux/musl/arm/armv7a/make.defaults b/profiles/hardened/linux/musl/arm/armv7a/make.defaults
deleted file mode 100644
index c680f6aa2e5a..000000000000
--- a/profiles/hardened/linux/musl/arm/armv7a/make.defaults
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-
-CHOST="armv7a-hardfloat-linux-musleabi"
-CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"