summaryrefslogtreecommitdiff
path: root/profiles/prefix/windows/cygwin/make.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/prefix/windows/cygwin/make.defaults')
-rw-r--r--profiles/prefix/windows/cygwin/make.defaults11
1 files changed, 11 insertions, 0 deletions
diff --git a/profiles/prefix/windows/cygwin/make.defaults b/profiles/prefix/windows/cygwin/make.defaults
new file mode 100644
index 000000000000..d7ba076a8812
--- /dev/null
+++ b/profiles/prefix/windows/cygwin/make.defaults
@@ -0,0 +1,11 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# System-wide defaults for all Cygwin profiles
+# This file should rarely need to be changed
+
+# 'Sane' defaults
+ELIBC="Cygwin"
+
+# no scanelf
+FEATURES="nostrip"