From: Paul Green Date: Sun, 5 May 2002 23:11:00 +0000 (-0400) Subject: Fixup VOS builds of miniperl X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5dfb9dd4bee050b1b9a370eee6685382096da546;p=p5sagit%2Fp5-mst-13.2.git Fixup VOS builds of miniperl Message-Id: <200205060311.XAA12996@mailhub1.stratus.com> p4raw-id: //depot/perl@16422 --- diff --git a/vos/build.cm b/vos/build.cm index 991530f..a07dad3 100644 --- a/vos/build.cm +++ b/vos/build.cm @@ -38,6 +38,12 @@ &return 1 &end & +&if &compiler& = gcc & &cpu& = pa8000 +&then &do + &display_line build: "-compiler gcc" is incompatible with "-processor pa8000" + &return 1 + &end +& & Set up the appropriate directory suffix for each architecture. & &if &cpu& = mc68020 @@ -206,6 +212,8 @@ &if (command_status) ^= 0 &then &return !&compiler& <