summaryrefslogtreecommitdiff
path: root/profiles/arch/ppc/make.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/arch/ppc/make.defaults')
-rw-r--r--profiles/arch/ppc/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/arch/ppc/make.defaults b/profiles/arch/ppc/make.defaults
index ce2e6bc5f..8964d8318 100644
--- a/profiles/arch/ppc/make.defaults
+++ b/profiles/arch/ppc/make.defaults
@@ -19,7 +19,7 @@ ACCEPT_KEYWORDS="${ARCH}"
# -fno-omit-... -> Never omit the frame pointer.
# This is crucial for proper debugging.
# -mfpu=dp_full -> Use hardware for floating point math.
-CFLAGS="-O2 -mlong-double-64 " #-ggdb -mcpu=7450 -maltivec -fno-omit-frame-pointer -mfpu=dp_full"
+CFLAGS="-O2 -mlong-double-64 -ggdb -mcpu=G3 -fno-omit-frame-pointer"
CXXFLAGS="${CFLAGS}"
ELIBC="musl"