summaryrefslogtreecommitdiffstats
path: root/src/occ_gpe0/img_defs.mk
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2015-08-26 17:01:40 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2015-08-27 14:19:53 -0500
commit4103221248508ac1aa16a07e5ae7cac8b9860d57 (patch)
tree42457488d44dbaaaf153e446d4930843f6a077e6 /src/occ_gpe0/img_defs.mk
parent0f26c7e693a059bc77529c03e2bec44486131e4a (diff)
downloadtalos-occ-4103221248508ac1aa16a07e5ae7cac8b9860d57.tar.gz
talos-occ-4103221248508ac1aa16a07e5ae7cac8b9860d57.zip
Enable tracing
I've reverted the way we trace from SSX_TRACE to the P8 way More useful way of compiling for Simics vs HW RTC: 133155 Change-Id: I7ac3ce9ad71e36de0cf0050f14ff3d2423c9f75f Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20113 Tested-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Wael Elessawy <welessa@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_gpe0/img_defs.mk')
-rw-r--r--src/occ_gpe0/img_defs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/occ_gpe0/img_defs.mk b/src/occ_gpe0/img_defs.mk
index 3282b0e..674765d 100644
--- a/src/occ_gpe0/img_defs.mk
+++ b/src/occ_gpe0/img_defs.mk
@@ -183,7 +183,7 @@ PIPE-CFLAGS = -pipe -Wa,-m405
GCC-CFLAGS += -Wall -fsigned-char -msoft-float \
-mcpu=405 -mmulhw -mmultiple \
- -meabi -msdata=eabi -ffreestanding -fno-common -Werror \
+ -meabi -msdata=eabi -ffreestanding -fno-common \
-fno-inline-functions-called-once \
-ffixed-r11 -ffixed-r12 \
-ffixed-r14 -ffixed-r15 -ffixed-r16 -ffixed-r17 \
@@ -193,7 +193,7 @@ GCC-CFLAGS += -Wall -fsigned-char -msoft-float \
-ffixed-cr1 -ffixed-cr2 -ffixed-cr3 -ffixed-cr4 \
-ffixed-cr5 -ffixed-cr6 -ffixed-cr7
-CFLAGS = -c $(GCC-CFLAGS) $(PIPE-CFLAGS) $(GCC-O-LEVEL) $(INCLUDES)
+CFLAGS = -c $(GCC-CFLAGS) $(PIPE-CFLAGS) $(GCC-O-LEVEL) $(INCLUDES)
CPPFLAGS = -E
OpenPOWER on IntegriCloud