summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-14 13:25:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-14 14:34:11 +0100
commit7ef203d2bf72f7d96fd10d1297af06e82550a1c4 (patch)
treea8f6ea0791f5c70fdd7c26e0c95d5b39e0c162be
parentbd04c1d896f3213a7cce66829b0ab408e59a2401 (diff)
Revert "sw34bf03: #i81127#: patch by pmladek: linux/ppc: remove -fsigned-char"
This reverts commit 875c9a28f49c7a73607fcdfac245b648801dccee. because it doesn't make sense to build the dmake modules without -fsigned-char and the gbuild modules with -fsigned-char and we're still got a few bugs where we assume chars are signed Conflicts: solenv/inc/unxlngppc.mk Change-Id: I6ac07fa3ebadd83efd0da1ee69a010b62dfaad59
-rw-r--r--solenv/inc/unxlngppc.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/inc/unxlngppc.mk b/solenv/inc/unxlngppc.mk
index 2c690b194870..39d302805b40 100644
--- a/solenv/inc/unxlngppc.mk
+++ b/solenv/inc/unxlngppc.mk
@@ -31,3 +31,6 @@ CDEFAULTOPT=-Os
PICSWITCH:=-fPIC
.INCLUDE : unxlng.mk
CDEFS+=-DPOWERPC -DPPC
+CFLAGS+=-fsigned-char
+CFLAGSCC+=-fsigned-char
+CFLAGSCXX+=-fsigned-char