K 10 svn:author V 6 andrew K 8 svn:date V 27 2013-03-01T21:59:23.773720Z K 7 svn:log V 341 Increase the maximum text size on ARM to 64MiB. Without this clang would be sent a SIGABRT when it is loaded as it is too large. This is the smallest power of two MiB value that allows us to execute clang. While here wrap it in an #ifndef to be consistent with the other architectures. Submitted by: Daisuke Aoyama END