summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default/linux')
-rw-r--r--profiles/default/linux/ia64/make.defaults7
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/default/linux/ia64/make.defaults b/profiles/default/linux/ia64/make.defaults
new file mode 100644
index 000000000000..ade00e44c568
--- /dev/null
+++ b/profiles/default/linux/ia64/make.defaults
@@ -0,0 +1,7 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Disable as-needed by default until #541828 is fixed.
+# (The as-needed flag is added in default/linux/.)
+LDFLAGS="-Wl,-O1"