develooper Front page | perl.perl6.internals | Postings from July 2002

[perl #15879] [PATCH] UNICOS/mk ld hinting

Thread Next
From:
Jarkko Hietaniemi
Date:
July 30, 2002 22:21
Subject:
[perl #15879] [PATCH] UNICOS/mk ld hinting
Message ID:
rt-15879-32412.10.9764382008412@perl
# New Ticket Created by  Jarkko Hietaniemi 
# Please include the string:  [perl #15879]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=15879 >


Using ld for ld does not work.

diff -ruN parrot/config/init/hints/unicosmk.pl parrot+cast/config/init/hints/unicosmk.pl
--- parrot/config/init/hints/unicosmk.pl	1970-01-01 02:00:00.000000000 +0200
+++ parrot+cast/config/init/hints/unicosmk.pl	2002-07-31 07:43:54.000000000 +0300
@@ -0,0 +1,3 @@
+Configure::Data->set(
+  ld => "cc"
+);
diff -ruN parrot/MANIFEST parrot+cast/MANIFEST
--- parrot/MANIFEST	2002-07-29 07:43:21.000000000 +0300
+++ parrot+cast/MANIFEST	2002-07-31 07:43:29.000000000 +0300
@@ -75,6 +75,7 @@
 config/init/hints/dec_osf.pl
 config/init/hints/mswin32.pl
 config/init/hints/os2.pl
+config/init/hints/unicosmk.pl
 config/init/hints/vms.pl
 config/init/manifest.pl
 config/init/miniparrot.pl

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen



Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About