summaryrefslogtreecommitdiff
path: root/vos/compile_perl.cm
diff options
context:
space:
mode:
authorPaul Green <Paul.Green@stratus.com>2002-05-05 19:11:00 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-06 02:16:31 +0000
commit5dfb9dd4bee050b1b9a370eee6685382096da546 (patch)
treec2b484030f25354a6612b006d772b2a6dec46313 /vos/compile_perl.cm
parentfa326138e0db34ae4a0161fbe7c05eb9a9367825 (diff)
downloadperl-5dfb9dd4bee050b1b9a370eee6685382096da546.tar.gz
Fixup VOS builds of miniperl
Message-Id: <200205060311.XAA12996@mailhub1.stratus.com> p4raw-id: //depot/perl@16422
Diffstat (limited to 'vos/compile_perl.cm')
-rw-r--r--vos/compile_perl.cm15
1 files changed, 15 insertions, 0 deletions
diff --git a/vos/compile_perl.cm b/vos/compile_perl.cm
index 367b0797d5..c5c7c1e068 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&
&