targetsh in configure.com again
authorCraig A. Berry <craigberry@mac.com>
Sun, 26 Jan 2014 15:45:28 +0000 (09:45 -0600)
committerCraig A. Berry <craigberry@mac.com>
Sun, 26 Jan 2014 15:45:28 +0000 (09:45 -0600)
In 9056626be4b0df I had set it to empty string, but thanks to a
heads up from Brian Fraser I've realized it should be the same
thing as sh as it is now used to set up SH_PATH.

configure.com

index 96bf82e..34f3309 100644 (file)
@@ -6685,7 +6685,7 @@ $ WC "stdio_ptr='((*fp)->_ptr)'"
 $ WC "stdio_stream_array=' " + "'"
 $ WC "subversion='" + subversion + "'"
 $ WC "targetarch='" + "'"
-$ WC "targetsh='" + "'"
+$ WC "targetsh='MCR'"
 $ WC "timetype='" + timetype + "'"
 $ WC "u16size='" + u16size + "'"
 $ WC "u16type='" + u16type + "'"