From 5ce2154c74d770b4e4c1fb0868f744418a90df80 Mon Sep 17 00:00:00 2001 From: seyko Date: Mon, 20 Apr 2015 03:44:08 +0300 Subject: -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. --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile') 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 -- cgit v1.3.1