aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorseyko <seyko2@gmail.com>2015-04-20 03:44:08 +0300
committerseyko <seyko2@gmail.com>2015-04-20 03:44:08 +0300
commit5ce2154c74d770b4e4c1fb0868f744418a90df80 (patch)
tree16ef3870ea2cd1b4ecb097fdf9c0efa9eafda3ee /tests/Makefile
parent9336fa7ae50ef60cb0049136a7831e7e8d94a20a (diff)
downloadtinycc-5ce2154c74d770b4e4c1fb0868f744418a90df80.tar.gz
tinycc-5ce2154c74d770b4e4c1fb0868f744418a90df80.tar.bz2
-fdollar-in-identifiers addon
* disable a -fdollar-in-identifiers option in assembler files * a test is added This is a patch addon from Daniel Holden.
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index bc68de0..98ccb1e 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -199,7 +199,7 @@ ex%: $(top_srcdir)/examples/ex%.c
# tiny assembler testing
asmtest.ref: asmtest.S
- $(CC) -Wa,-W -o asmtest.ref.o -c asmtest.S
+ $(CC) -m32 -Wa,-W -o asmtest.ref.o -c asmtest.S
objdump -D asmtest.ref.o > asmtest.ref
asmtest: asmtest.ref