summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cross/Makefile-cross-SH6
-rwxr-xr-xMakefile.SH14
2 files changed, 0 insertions, 20 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH
index 032fcd2817..a774f4a260 100644
--- a/Cross/Makefile-cross-SH
+++ b/Cross/Makefile-cross-SH
@@ -47,12 +47,6 @@ true)
pldlflags="$cccdlflags"
static_ldflags=''
case "${osname}${osvers}" in
- next4*)
- ld=libtool
- lddlflags="-dynamic -undefined warning -framework System \
- -compatibility_version 1 -current_version $patchlevel \
- -prebind -seg1addr 0x27000000 -install_name \$(shrpdir)/\$@"
- ;;
darwin*)
shrpldflags="${ldflags} -dynamiclib \
-compatibility_version \
diff --git a/Makefile.SH b/Makefile.SH
index ed6ad84395..55bd80093f 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -56,12 +56,6 @@ true)
pldlflags="$cccdlflags"
static_ldflags=''
case "${osname}${osvers}" in
- next4*)
- ld=libtool
- lddlflags="-dynamic -undefined warning -framework System \
- -compatibility_version 1 -current_version $patchlevel \
- -prebind -seg1addr 0x27000000 -install_name \$(shrpdir)/\$@"
- ;;
darwin*)
shrpldflags="${ldflags} -dynamiclib \
-compatibility_version \
@@ -1010,14 +1004,6 @@ lib/buildcustomize.pl: $& $(miniperl_objs)
$(MINIPERL) -f write_buildcustomize.pl
!NO!SUBS!
;;
- next4*)
- $spitshell >>$Makefile <<'!NO!SUBS!'
-lib/buildcustomize.pl: $& $(miniperl_objs) write ldcustomize.pl
- $(CC) -o $(MINIPERL_EXE) $(miniperl_objs libs)
- $(LDLIBPTH) ./miniperl$(HOST _EXT) -w -Ilib -Idist/Exporter/lib -MExporter -e '<?>' || sh -c 'echo >&2 Failed to build miniperl. Please run make minitest; exit 1'
- $(MINIPERL) -f write_buildcustomize.pl
-!NO!SUBS!
- ;;
darwin*)
case "$osvers" in
[1-6].*) ;;