diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-01-19 14:13:23 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-01-19 14:13:23 +0000 |
commit | 9e34f34364ebb6e72758b3fb8d42377df76d414c (patch) | |
tree | 052110d90d0237a4210c52d5764ea181b1b5e484 /hints | |
parent | a509bac8b4c551863de4b416de32b0f06063decf (diff) | |
download | perl-9e34f34364ebb6e72758b3fb8d42377df76d414c.tar.gz |
Revert "Tracked down some other places to make the Unicode-Collate changes"
This reverts commit 7dc5472a0a41a8396671d5586d4c1254a1cb5e8c.
Back out XS switch over
Diffstat (limited to 'hints')
-rw-r--r-- | hints/uwin.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/uwin.sh b/hints/uwin.sh index 9f7eb4eb1f..6ee9821ebc 100644 --- a/hints/uwin.sh +++ b/hints/uwin.sh @@ -32,7 +32,7 @@ #b # compile/link flags #b ldflags=-g #b optimize=-g -#b static_ext="B Data/Dumper Digest/MD5 Errno Fcntl Filter::Util::Call IO IPC/SysV MIME::Base64 Opcode PerlIO::scalar POSIX SDBM_File Socket Storable Unicode::Collate Unicode::Normalize attributes re" +#b static_ext="B Data/Dumper Digest/MD5 Errno Fcntl Filter::Util::Call IO IPC/SysV MIME::Base64 Opcode PerlIO::scalar POSIX SDBM_File Socket Storable Unicode::Normalize attributes re" #b #static_ext=none #b # dynamic loading needs work #b usedl=undef @@ -109,7 +109,7 @@ optimize=-g # Original, with :: separators, cause make to choke. # No longer seems to be necessary at all. -# static_ext="B Data/Dumper Digest/MD5 Errno Fcntl Filter/Util/Call IO IPC/SysV MIME/Base64 Opcode PerlIO/scalar POSIX SDBM_File Socket Storable Unicode/Collate Unicode/Normalize attributes re" +# static_ext="B Data/Dumper Digest/MD5 Errno Fcntl Filter/Util/Call IO IPC/SysV MIME/Base64 Opcode PerlIO/scalar POSIX SDBM_File Socket Storable Unicode/Normalize attributes re" # perl malloc will not work usemymalloc=n |