From: Brian Fraser Date: Wed, 18 Dec 2013 19:45:52 +0000 (-0300) Subject: config.ce: Use ~cc~, not ~CC~ X-Git-Tag: upstream/5.20.0~968 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad06747f486468ec1dcb0c14ed07974c25c2fbd3;p=platform%2Fupstream%2Fperl.git config.ce: Use ~cc~, not ~CC~ This was preventing several things from working properly, like Errno_pm.PL, which tried to use $Config{cppstdin}, which was not set properly. --- diff --git a/win32/config.ce b/win32/config.ce index 3e70a81..c20e1bf 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -41,7 +41,7 @@ byteorder='1234' c='' castflags='0' cat='type' -cc='~CC~' +cc='~cc~' cccdlflags=' ' ccdlflags=' ' ccflags='-DWIN32' @@ -59,14 +59,14 @@ compress='' contains='grep' cp='copy' cpio='' -cpp='~CC~ -nologo -E' +cpp='~cc~ -nologo -E' cpp_stuff='42' cppccsymbols='' cppflags='-DWIN32' cpplast='' cppminus='' -cpprun='~CC~ -nologo -E' -cppstdin='~CC~ -nologo -E' +cpprun='~cc~ -nologo -E' +cppstdin='~cc~ -nologo -E' cppsymbols='' crosscompile='undef' crypt_r_proto='0'