diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-06 20:16:58 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-06 20:16:58 +0000 |
commit | 9636a016720fa29929de1fb9fc4ead4cfbfc4af8 (patch) | |
tree | 25fe0de6975febff6b54907d76205845f0eaf423 /utils/Makefile | |
parent | 5c0bc88794e8f23611847511c08d1721d70cf0bb (diff) | |
download | perl-9636a016720fa29929de1fb9fc4ead4cfbfc4af8.tar.gz |
support bytecode and C backends in perlcc (patch suggested
by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
C backend the default; describe new switches in pod; introduce
PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
entries
p4raw-id: //depot/perl@4092
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index f3a0663bc1..944cbe8711 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -12,7 +12,7 @@ plextractexe = c2ph.exe h2ph.exe h2xs.exe perlbug.exe perldoc.exe pl2pm.exe spl all: $(plextract) compile: all - $(REALPERL) -I../lib perlcc -regex 's/$$/.exe/' $(plextract) -prog -verbose dcf -log ../compilelog; + $(REALPERL) -I../lib perlcc -opt -regex 's/$$/.exe/' $(plextract) -prog -verbose dcf -log ../compilelog; $(plextract): $(PERL) -I../lib $@.PL |