simon 01/09/14 03:39:42
Modified: . Configure.pl
Log:
Tru64 cc doesn't like -Wall
Revision Changes Path
1.3 +1 -1 parrot/Configure.pl
Index: Configure.pl
===================================================================
RCS file: /home/perlcvs/parrot/Configure.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -r1.2 -r1.3
--- Configure.pl 2001/09/14 09:57:00 1.2
+++ Configure.pl 2001/09/14 10:39:42 1.3
@@ -32,7 +32,7 @@
iv => ($Config{ivtype}||'long'),
nv => ($Config{nvtype}||'long double'),
cc => $Config{cc},
- ccflags => '-Wall -o $@',
+ ccflags => $Config{ccflags},
libs => $Config{libs}
);
- cvs commit: parrot Configure.pl simon
- cvs commit: parrot Configure.pl simon
- cvs commit: parrot Configure.pl brentdax
- cvs commit: parrot Configure.pl brentdax
- cvs commit: parrot Configure.pl brentdax
- cvs commit: parrot Configure.pl ask
- cvs commit: parrot Configure.pl brentdax
- cvs commit: parrot Configure.pl brentdax
- cvs commit: parrot Configure.pl simon
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl tom
