X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cflags.SH;h=8a1ba8295c89e83fd8d5ee8fc81e9f4527f3c2db;hb=1d5472a96cdafb6d0b947d16fd3e5f3ddac8a37b;hp=88aa4e0961a41db92c2937e01cf5ff82f783a2d0;hpb=165b74241bedb9834a770635d7300b30f10271f1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/cflags.SH b/cflags.SH index 88aa4e0..8a1ba82 100755 --- a/cflags.SH +++ b/cflags.SH @@ -88,6 +88,7 @@ for file do POSIX) ;; SDBM_File) ;; av) ;; + byterun) ;; deb) ;; dl) ;; doio) ;; @@ -123,8 +124,9 @@ for file do optimize="$optdebug" fi - echo "$cc -c $ccflags $optimize $perltype $large $split" - eval "$also "'"$cc -c $ccflags $optimize $perltype $large $split"' + : Can we perhaps use $ansi2knr here + echo "$cc -c -DPERL_CORE $ccflags $optimize $perltype $large $split" + eval "$also "'"$cc -DPERL_CORE -c $ccflags $optimize $perltype $large $split"' . $TOP/config.sh