Raise the maximum text size value to 128MB, this allows binaries such as clang which
currently has a text area of around 96MB to execute successfully on macppc. ok macallan
This commit is contained in:
parent
7659ce9cff
commit
d273c9486a
@ -55,7 +55,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef MAXTSIZ
|
||||
#define MAXTSIZ (64*1024*1024) /* maximum text size */
|
||||
#define MAXTSIZ (128*1024*1024) /* maximum text size */
|
||||
#endif
|
||||
|
||||
#ifndef MAXDSIZ
|
||||
|
Loading…
Reference in New Issue
Block a user