summaryrefslogtreecommitdiff
path: root/win32/Makefile.ce
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-01-07 13:47:32 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-01-07 13:47:32 +0000
commit8c847e6678942c1b97c54df660ba6fa84ca5e2da (patch)
tree99f3c2d3d0122e20ad58f6f4258b0a88fbda5d4d /win32/Makefile.ce
parentec064ab75aa5b4dfd43af2f7654b9a0363ae02c4 (diff)
downloadperl-8c847e6678942c1b97c54df660ba6fa84ca5e2da.tar.gz
Remove Windows makefile support for building without PerlIO
As noted in #123394, building without PerlIO was all but deprecated in 5.18.0 and is no longer supported by Configure on POSIX systems, so there is no need for the Windows makefiles to provide support for it either. Therefore, we can simply enable PerlIO in the canned configuration files and remove any fiddling with that setting for the real configuration, which means that miniperl will also now have PerlIO enabled without needing the recently added change to win32.h.
Diffstat (limited to 'win32/Makefile.ce')
-rw-r--r--win32/Makefile.ce17
1 files changed, 0 insertions, 17 deletions
diff --git a/win32/Makefile.ce b/win32/Makefile.ce
index a9bbb55bed..64559421f7 100644
--- a/win32/Makefile.ce
+++ b/win32/Makefile.ce
@@ -37,14 +37,6 @@ CCLIBDIR = $(CCHOME)\lib
CECOPY = cecopy
#
-# Comment out next assign to disable perl's I/O subsystem and use compiler's
-# stdio for IO - depending on your compiler vendor and run time library you may
-# then get a number of fails from make test i.e. bugs - complain to them not us ;-).
-# You will also be unable to take full advantage of perl5.8's support for multiple
-# encodings and may see lower IO performance. You have been warned.
-USE_PERLIO = define
-
-#
# set this if you wish to use perl's malloc
# This will make perl run few times faster
# WARNING: Turning this on/off WILL break binary compatibility with extensions
@@ -458,10 +450,6 @@ USE_ITHREADS = undef
USE_IMP_SYS = undef
!ENDIF
-!IF "$(USE_PERLIO)" == ""
-USE_PERLIO = undef
-!ENDIF
-
!IF "$(USE_PERLCRT)" == ""
USE_PERLCRT = undef
!ENDIF
@@ -482,10 +470,6 @@ BUILDOPT = $(BUILDOPT) -DPERL_IMPLICIT_CONTEXT
BUILDOPT = $(BUILDOPT) -DPERL_IMPLICIT_SYS
!ENDIF
-!IF "$(USE_PERLIO)" == "define"
-BUILDOPT = $(BUILDOPT) -DUSE_PERLIO
-!ENDIF
-
!IF "$(CROSS_NAME)" == ""
CROSS_NAME = $(MACHINE)
!ENDIF
@@ -766,7 +750,6 @@ CFG_VARS = \
"usethreads=$(USE_ITHREADS)" \
"useithreads=$(USE_ITHREADS)" \
"usemultiplicity=$(USE_MULTI)" \
- "useperlio=$(USE_PERLIO)" \
"use64bitint=undef" \
"uselargefiles=undef" \
"LINK_FLAGS=$(LDLIBPATH) $(LINK_FLAGS) $(SUBSYS)" \