rhapsody/darwin minor cleanup
Wilfredo Sánchez [Tue, 12 Jun 2001 12:19:47 +0000 (12:19 +0000)]
Content-Transfer-Encoding: 7bit
Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>

p4raw-id: //depot/perl@10528

Makefile.SH
hints/darwin.sh
hints/rhapsody.sh

index 29f6142..23b0e46 100644 (file)
@@ -48,7 +48,6 @@ true)
                             -compatibility_version 1 \
                             -current_version \
                                ${api_version}.${api_subversion} \
-                            -image_base 0x4be00000 \
                             -install_name \$(shrpdir)/\$@"
                ;;
        cygwin*)
index 8f3bb06..bf5e487 100644 (file)
@@ -1,6 +1,6 @@
 ##
 # Darwin (Mac OS) hints
-# Wilfredo Sanchez <wsanchez@apple.com>
+# Wilfredo Sanchez <wsanchez@mit.edu>
 ##
 
 ##
@@ -72,7 +72,7 @@ usemymalloc='n';
 # Locales aren't feeling well.
 LC_ALL=C; export LC_ALL;
 
-# The HFS+ will throw "make depend" into confusion since
+# HFS+ will throw "make depend" into confusion since
 # Makefile and makefile are the same.
 firstmakefile=GNUmakefile;
 
index 933081b..e4e6202 100644 (file)
@@ -1,6 +1,6 @@
 ##
 # Rhapsody (Mac OS X Server) hints
-# Wilfredo Sanchez <wsanchez@apple.com>
+# Wilfredo Sanchez <wsanchez@mit.edu>
 ##
 
 ##
@@ -52,7 +52,6 @@ cccdlflags='';
 lddlflags="${ldflags} -bundle -undefined suppress";
 ldlibpthname='DYLD_LIBRARY_PATH';
 useshrplib='true';
-base_address='0x4be00000';
 
 ##
 # System libraries
@@ -64,4 +63,7 @@ usevfork='true';
 # malloc works
 usemymalloc='n';
 
+# HFS+ will throw "make depend" into confusion since
+# Makefile and makefile are the same.
+firstmakefile=GNUmakefile;