Content-Transfer-Encoding: 7bit
Message-Id: <
200106121009.GAA01968@melbourne-city-street.mit.edu>
p4raw-id: //depot/perl@10528
-compatibility_version 1 \
-current_version \
${api_version}.${api_subversion} \
- -image_base 0x4be00000 \
-install_name \$(shrpdir)/\$@"
;;
cygwin*)
##
# Darwin (Mac OS) hints
-# Wilfredo Sanchez <wsanchez@apple.com>
+# Wilfredo Sanchez <wsanchez@mit.edu>
##
##
# 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;
##
# Rhapsody (Mac OS X Server) hints
-# Wilfredo Sanchez <wsanchez@apple.com>
+# Wilfredo Sanchez <wsanchez@mit.edu>
##
##
lddlflags="${ldflags} -bundle -undefined suppress";
ldlibpthname='DYLD_LIBRARY_PATH';
useshrplib='true';
-base_address='0x4be00000';
##
# System libraries
# malloc works
usemymalloc='n';
+# HFS+ will throw "make depend" into confusion since
+# Makefile and makefile are the same.
+firstmakefile=GNUmakefile;