Commit 52c44092 authored by Ulf Möller's avatar Ulf Möller
Browse files

v8plus must be specified.

parent f020bef1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@ asm/co86unix.cpp: asm/co-586.pl
asm/sparcv8.o: asm/sparcv8.S

asm/sparcv8plus.o: asm/sparcv8plus.S
	$(CC) -xarch=v8plus -c asm/sparcv8plus.S -o asm/sparcv8plus.o

asm/sparcv8plus-gcc.o: asm/sparcv8plus.S
	gcc -E asm/sparcv8plus.S | as -xarch=v8plus /dev/fd/0 -o asm/sparcv8plus-gcc.o