summaryrefslogtreecommitdiff
path: root/hints/posix-bc.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-02-13 02:22:36 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-02-13 02:22:36 +0000
commita926ef6bf408292b4a3963e296e2683a36825a5e (patch)
tree8df4df0b82f79849f41ac091d67892c1bc4d50a9 /hints/posix-bc.sh
parentf49d4d0f1aad3e3c7e34453d2bac9954bf237486 (diff)
downloadperl-a926ef6bf408292b4a3963e296e2683a36825a5e.tar.gz
Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
p4raw-id: //depot/perl@8783
Diffstat (limited to 'hints/posix-bc.sh')
-rw-r--r--hints/posix-bc.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/hints/posix-bc.sh b/hints/posix-bc.sh
index 5c45832534..6275233992 100644
--- a/hints/posix-bc.sh
+++ b/hints/posix-bc.sh
@@ -92,10 +92,3 @@ esac
#'') ldlibpthname=LIBPATH ;;
#esac
-# Architecture related object files.
-# ebcdic.c contains special \cX mapping code for EBCDIC char sets.
-# Prepend your preference with Configure -Darchobs=your_preference.o.
-case "$archname" in
-'') archobjs="ebcdic.o" ;;
-*) archobjs="$archobjs ebcdic.o" ;;
-esac