summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2012-09-16 17:33:03 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-09-24 11:29:14 -0500
commit9dfd209fca2c451eb1314cf1c43cb6d222e4ee7d (patch)
tree385b2052aa7f1d4765a5283025697b8d65357748 /config.mk
parent898be348ba5e87e7eff26d1f2165258b03ff1189 (diff)
downloadtalos-hostboot-9dfd209fca2c451eb1314cf1c43cb6d222e4ee7d.tar.gz
talos-hostboot-9dfd209fca2c451eb1314cf1c43cb6d222e4ee7d.zip
Remove function traceback epilogs for size
Change-Id: I5c5141d8937cd543e1dcdd07ef8584589326ecb5 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1776 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk46
1 files changed, 23 insertions, 23 deletions
diff --git a/config.mk b/config.mk
index 1af9c74a6..6568b48c8 100644
--- a/config.mk
+++ b/config.mk
@@ -1,25 +1,25 @@
-# IBM_PROLOG_BEGIN_TAG
-# This is an automatically generated prolog.
-#
-# $Source: config.mk $
-#
-# IBM CONFIDENTIAL
-#
-# COPYRIGHT International Business Machines Corp. 2010-2012
-#
-# p1
-#
-# Object Code Only (OCO) source materials
-# Licensed Internal Code Source Materials
-# IBM HostBoot Licensed Internal Code
-#
-# The source code for this program is not published or other-
-# wise divested of its trade secrets, irrespective of what has
-# been deposited with the U.S. Copyright Office.
-#
-# Origin: 30
-#
-# IBM_PROLOG_END_TAG
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: config.mk $
+#
+# IBM CONFIDENTIAL
+#
+# COPYRIGHT International Business Machines Corp. 2010,2012
+#
+# p1
+#
+# Object Code Only (OCO) source materials
+# Licensed Internal Code Source Materials
+# IBM HostBoot Licensed Internal Code
+#
+# The source code for this program is not published or otherwise
+# divested of its trade secrets, irrespective of what has been
+# deposited with the U.S. Copyright Office.
+#
+# Origin: 30
+#
+# IBM_PROLOG_END_TAG
all:
${MAKE} gen_pass
${MAKE} code_pass
@@ -111,7 +111,7 @@ BEAMFLAGS = \
COMMONFLAGS = -O3 -nostdlib ${EXTRACOMMONFLAGS}
CFLAGS = ${COMMONFLAGS} -mcpu=power7 -nostdinc -g -mno-vsx -mno-altivec\
- -Wall -Werror ${CUSTOMFLAGS}
+ -Wall -Werror -mtraceback=no ${CUSTOMFLAGS}
ASMFLAGS = ${COMMONFLAGS} -mcpu=power7
CXXFLAGS = ${CFLAGS} -nostdinc++ -fno-rtti -fno-exceptions -Wall
LDFLAGS = --nostdlib --sort-common ${COMMONFLAGS}
OpenPOWER on IntegriCloud