summaryrefslogtreecommitdiff
path: root/utils/hwstub/stub/atj213x/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/stub/atj213x/Makefile')
-rw-r--r--utils/hwstub/stub/atj213x/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/utils/hwstub/stub/atj213x/Makefile b/utils/hwstub/stub/atj213x/Makefile
index 8ec37f3543..d653017a0f 100644
--- a/utils/hwstub/stub/atj213x/Makefile
+++ b/utils/hwstub/stub/atj213x/Makefile
@@ -1,10 +1,11 @@
1# 1#
2# common 2# common
3# 3#
4CC=mipsel-elf-gcc 4PREFIX?=mipsel-elf-
5LD=mipsel-elf-gcc 5CC=$(PREFIX)gcc
6AS=mipsel-elf-gcc 6LD=$(PREFIX)gcc
7OC=mipsel-elf-objcopy 7AS=$(PREFIX)gcc
8OC=$(PREFIX)objcopy
8DEFINES= 9DEFINES=
9INCLUDES=-I$(CURDIR) 10INCLUDES=-I$(CURDIR)
10GCCOPTS=-march=mips32r2 -G0 -msoft-float 11GCCOPTS=-march=mips32r2 -G0 -msoft-float