summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2013-06-28 13:33:08 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-06-28 14:22:05 -0500
commit1c2d9ba0fb63a8e955087f7ae0e2a7cc19d7d72d (patch)
tree8c1abbf88058ecbcd79fb726381512b57cf9e1ad /src/build
parent9bd9d3d205199e1aafdf78caddadb1de413df7e7 (diff)
downloadtalos-hostboot-1c2d9ba0fb63a8e955087f7ae0e2a7cc19d7d72d.tar.gz
talos-hostboot-1c2d9ba0fb63a8e955087f7ae0e2a7cc19d7d72d.zip
Fix missing C-code from listing files.
Change-Id: I917d1ca028ef58bf59a61fe6ece9eebd9418346e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5245 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build')
-rw-r--r--src/build/mkrules/cflags.env.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/build/mkrules/cflags.env.mk b/src/build/mkrules/cflags.env.mk
index a182d2946..852464c68 100644
--- a/src/build/mkrules/cflags.env.mk
+++ b/src/build/mkrules/cflags.env.mk
@@ -39,10 +39,6 @@ ASMFLAGS += $(COMMONFLAGS) -mcpu=power7
CXXFLAGS += $(CFLAGS) -nostdinc++ -fno-rtti -fno-exceptions -Wall
LDFLAGS += --nostdlib --sort-common $(COMMONFLAGS)
-ifdef BUILD_MINIMAL
-LDFLAGS += --strip-debug
-endif
-
INCFLAGS = $(addprefix -I, $(INCDIR) )
ASMINCFLAGS = $(addprefix $(lastword -Wa,-I), $(INCDIR))
OpenPOWER on IntegriCloud