X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=vos%2Fcompile_perl.cm;h=c5c7c1e068a40a74d64c1535f30a6fdde320325f;hb=158b3652342ca691c9e3b061a1d78456ae1a9b4a;hp=367b0797d5cabbff2a761591beeb552a9d668c3c;hpb=0d6ca59a79657354b4438c5024ce2aa3d9375c81;p=p5sagit%2Fp5-mst-13.2.git diff --git a/vos/compile_perl.cm b/vos/compile_perl.cm index 367b079..c5c7c1e 100644 --- a/vos/compile_perl.cm +++ b/vos/compile_perl.cm @@ -38,6 +38,21 @@ &display_line GCC is not supported by the alpha version of POSIX support. &return e$translation_failed &end +&if &cpu& = mc68020 & &version& = ga +&then &do + &display_line The mc68020 CPU is not supported by the GA version of POSIX support. + &return e$translation_failed +&end +&if &cpu& = i80860 & &version& = ga +&then &do + &display_line The i80860 CPU is not supported by the GA version of POSIX support. + &return e$translation_failed +&end +&if &cpu& = pa8000 & &compiler& = gcc +&then &do + &display_line The pa8000 CPU is not supported by the GNU GCC compiler. + &return e$translation_failed +&end &if ^ (exists obj&obj& -directory) &then !create_dir obj&obj& &