]> granicus.if.org Git - yasm/commitdiff
Use re2c -s instead of re2c -b. -b generates code that causes extremely long
authorPeter Johnson <peter@tortall.net>
Sun, 23 Mar 2003 23:01:22 +0000 (23:01 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 23 Mar 2003 23:01:22 +0000 (23:01 -0000)
gcc 3.x compile times.

svn path=/trunk/yasm/; revision=882

modules/arch/x86/Makefile.inc

index 5e5be8f8ded680f861a890f84caaa9c9afbcf08c..bee5f93ba6444237327003e7c88405f7349ce26b 100644 (file)
@@ -13,7 +13,7 @@ yasm_x86_la_LIBADD = libyasm.la
 YASM_MODULES += -dlopen yasm-x86.la
 
 x86id.c: $(srcdir)/modules/arch/x86/x86id.re re2c$(EXEEXT) $(srcdir)/tools/re2c/cleanup.pl
-       $(top_builddir)/re2c$(EXEEXT) -b $(srcdir)/modules/arch/x86/x86id.re | $(PERL) $(srcdir)/tools/re2c/cleanup.pl | sed "/^#l/ s,re2c-out\.c,$@," > $@
+       $(top_builddir)/re2c$(EXEEXT) -s $(srcdir)/modules/arch/x86/x86id.re | $(PERL) $(srcdir)/tools/re2c/cleanup.pl | sed "/^#l/ s,re2c-out\.c,$@," > $@
 
 BUILT_SOURCES += \
        x86id.c