mirror of
https://github.com/frida/tinycc
synced 2025-02-05 09:54:02 +03:00
tests: Compile asmtest.S without -m32
Don't hardcode that option, if you want it do make CC="gcc -m32". The test assembles with -m64 as well now.
This commit is contained in:
parent
613962e353
commit
4d68828259
@ -199,7 +199,7 @@ ex%: $(top_srcdir)/examples/ex%.c
|
||||
|
||||
# tiny assembler testing
|
||||
asmtest.ref: asmtest.S
|
||||
$(CC) -m32 -Wa,-W -o asmtest.ref.o -c asmtest.S
|
||||
$(CC) -Wa,-W -o asmtest.ref.o -c asmtest.S
|
||||
objdump -D asmtest.ref.o > asmtest.ref
|
||||
|
||||
asmtest: asmtest.ref
|
||||
|
Loading…
x
Reference in New Issue
Block a user