Don't define BYTESWAPPED, so we output correct little endian for 6502

BYTESWAPPED was defined because macross targeted SunOS on SPARC.
This commit is contained in:
Michael Steil 2014-06-18 12:55:06 -04:00
parent 41abf82cae
commit 827cd91ead
6 changed files with 6 additions and 6 deletions

View File

@ -103,7 +103,7 @@ emitBranch.o: emitBranch_$(PROC).c $(HEADERS)
mv emitBranch_$(PROC).o emitBranch.o
emitStuff.o: emitStuff.c $(HEADERS)
cc $(CFLAGS) -c -g -DBYTESWAPPED -DTARGET_CPU=CPU_$(PROC) emitStuff.c
cc $(CFLAGS) -c -g -DTARGET_CPU=CPU_$(PROC) emitStuff.c
encode.o: encode.c $(HEADERS)

View File

@ -101,7 +101,7 @@ emitBranch.o: emitBranch_$(PROC).c $(HEADERS)
mv emitBranch_$(PROC).o emitBranch.o
emitStuff.o: emitStuff.c $(HEADERS)
cc -c -g -DBYTESWAPPED -DTARGET_CPU=CPU_$(PROC) emitStuff.c
cc -c -g -DTARGET_CPU=CPU_$(PROC) emitStuff.c
errorStuff.o: errorStuff.c $(HEADERS)

View File

@ -101,7 +101,7 @@ emitBranch.o: emitBranch_$(PROC).c $(HEADERS)
mv emitBranch_$(PROC).o emitBranch.o
emitStuff.o: emitStuff.c $(HEADERS)
cc -c -g -DBYTESWAPPED -DTARGET_CPU=CPU_$(PROC) emitStuff.c
cc -c -g -DTARGET_CPU=CPU_$(PROC) emitStuff.c
errorStuff.o: errorStuff.c $(HEADERS)

View File

@ -102,7 +102,7 @@ emitBranch.o: emitBranch_$(PROC).c $(HEADERS)
mv emitBranch_$(PROC).o emitBranch.o
emitStuff.o: emitStuff.c $(HEADERS)
cc -c -O -DBYTESWAPPED -DTARGET_CPU=CPU_$(PROC) emitStuff.c
cc -c -O -DTARGET_CPU=CPU_$(PROC) emitStuff.c
encode.o: encode.c $(HEADERS)

View File

@ -101,7 +101,7 @@ emitBranch.o: emitBranch_$(PROC).c $(HEADERS)
mv emitBranch_$(PROC).o emitBranch.o
emitStuff.o: emitStuff.c $(HEADERS)
cc -O -c -DBYTESWAPPED -DTARGET_CPU=CPU_$(PROC) emitStuff.c
cc -O -c -DTARGET_CPU=CPU_$(PROC) emitStuff.c
errorStuff.o: errorStuff.c $(HEADERS)

View File

@ -101,7 +101,7 @@ emitBranch.o: emitBranch_$(PROC).c $(HEADERS)
mv emitBranch_$(PROC).o emitBranch.o
emitStuff.o: emitStuff.c $(HEADERS)
cc -O -c -DBYTESWAPPED -DTARGET_CPU=CPU_$(PROC) emitStuff.c
cc -O -c -DTARGET_CPU=CPU_$(PROC) emitStuff.c
errorStuff.o: errorStuff.c $(HEADERS)