summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/powerpc/motorola_powerpc/boot.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/bsps/powerpc/motorola_powerpc/boot.yml')
-rw-r--r--spec/build/bsps/powerpc/motorola_powerpc/boot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/build/bsps/powerpc/motorola_powerpc/boot.yml b/spec/build/bsps/powerpc/motorola_powerpc/boot.yml
index 3f7a9e3dc8..8c8c0eb372 100644
--- a/spec/build/bsps/powerpc/motorola_powerpc/boot.yml
+++ b/spec/build/bsps/powerpc/motorola_powerpc/boot.yml
@@ -19,7 +19,7 @@ do-build: |
if f != "-meabi":
flags += " " + f
asmflags = "-DASM " + flags
- cflags = "-msoft-float -mstrict-align -fno-builtin -Wall -mmultiple -mstring -O2 -fomit-frame-pointer -ffixed-r13 -mno-sdata " + flags
+ cflags = "-msoft-float -mstrict-align -fno-builtin -Wall -mmultiple -O2 -fomit-frame-pointer -ffixed-r13 -mno-sdata " + flags
source = []
source.append(cc(self, bld, bic, asmflags, "bsps/powerpc/motorola_powerpc/bootloader/head.S"))
source.append(cc(self, bld, bic, asmflags, "bsps/powerpc/motorola_powerpc/bootloader/exception.S"))