summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9dc19e2..a45674a 100644
--- a/Makefile
+++ b/Makefile
@@ -22,8 +22,8 @@
#DEBUG=1
CROSS_COMPILE?=powerpc-linux-
-CC:= $(CROSS_COMPILE)gcc
-LD:= $(CROSS_COMPILE)ld
+CC:= $(CROSS_COMPILE)gcc -m32
+LD:= $(CROSS_COMPILE)ld -m elf32ppc
OBJCOPY:= $(CROSS_COMPILE)objcopy
MKDIR:= mkdir
CAT:= cat