diff options
author | Green, Paul <pgreen@seussnt.stratus.com> | 1998-09-09 20:02:07 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-23 09:21:11 +0000 |
commit | 495c5fdc8fec0d7d0f72a84d44bb3e7cfc448d43 (patch) | |
tree | 177a1786dbe4f22a002ec51cd7ceb44b1857fc51 /vos/compile_perl.cm | |
parent | bd3fa61ce4cf706aee95ff3241fb1c7b94ddf61a (diff) | |
download | perl-495c5fdc8fec0d7d0f72a84d44bb3e7cfc448d43.tar.gz |
RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
p4raw-id: //depot/perl@1838
Diffstat (limited to 'vos/compile_perl.cm')
-rw-r--r-- | vos/compile_perl.cm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vos/compile_perl.cm b/vos/compile_perl.cm new file mode 100644 index 0000000000..a75d4e4740 --- /dev/null +++ b/vos/compile_perl.cm @@ -0,0 +1,13 @@ +&echo command_lines +& This macro assumes you have either licensed the cross-compilers or +& have one module of each type of architecture. Comment-out or edit +& the lines that are different for your system. +!change_current_dir obj +!start_process '<build.cm -processor mc68020' -module m75 +!change_current_dir <obj.860 +!start_process '<build.cm -processor i80860' -module m10 +!change_current_dir <obj.7100 +!start_process '<build.cm -processor pa7100' -module m9 +!change_current_dir <obj.8000 +!start_process '<build.cm -processor pa8000' -module m9 +!change_current_dir < |