Browse Source

tests/checkasm/x86/Makefile: Use ASMSTRIPFLAGS for asm

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n2.8
Michael Niedermayer 10 years ago
parent
commit
7c944b0a36
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/checkasm/x86/Makefile

+ 1
- 1
tests/checkasm/x86/Makefile View File

@@ -3,4 +3,4 @@ CHECKASMOBJS-$(HAVE_YASM) += x86/checkasm.o
tests/checkasm/x86/%.o: tests/checkasm/x86/%.asm
$(DEPYASM) $(YASMFLAGS) -I $(<D)/ -M -o $@ $< > $(@:.o=.d)
$(YASM) $(YASMFLAGS) -I $(<D)/ -o $@ $<
-$(STRIP) $(STRIPFLAGS) $@
-$(STRIP) $(ASMSTRIPFLAGS) $@

Loading…
Cancel
Save