summaryrefslogtreecommitdiff
path: root/profiles/prefix/sunos/make.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/prefix/sunos/make.defaults')
-rw-r--r--profiles/prefix/sunos/make.defaults13
1 files changed, 13 insertions, 0 deletions
diff --git a/profiles/prefix/sunos/make.defaults b/profiles/prefix/sunos/make.defaults
new file mode 100644
index 000000000000..3d5076651913
--- /dev/null
+++ b/profiles/prefix/sunos/make.defaults
@@ -0,0 +1,13 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# System-wide defaults for all SunOS profiles
+# This file should rarely need to be changed
+
+# 'Sane' defaults
+ELIBC="SunOS"
+KERNEL="SunOS"
+
+# stripping stuff works but makes
+# i.e. ldd output completely empty, which is sort of annoying
+FEATURES="nostrip"