summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-14 13:25:24 +0100
committerRene Engelhard <rene@debian.org>2012-06-05 21:34:06 +0200
commitad5f0ff5479e9aadb8ecce5e6607ba5cba7170c1 (patch)
tree2d13ef091efd0f2524286f9ac97776d0d066313f /solenv
parentf0effaee1dc13b972ba8ff7b9a3f68b274487ef1 (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 Signed-off-by: Rene Engelhard <rene@debian.org>
Diffstat (limited to 'solenv')
-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 af528d96ee94..c7f13722f039 100644
--- a/solenv/inc/unxlngppc.mk
+++ b/solenv/inc/unxlngppc.mk
@@ -31,3 +31,6 @@ DEFAULTOPT=-Os
PICSWITCH:=-fPIC
.INCLUDE : unxlng.mk
CDEFS+=-DPOWERPC -DPPC
+CFLAGS+=-fsigned-char
+CFLAGSCC+=-fsigned-char
+CFLAGSCXX+=-fsigned-char