3 # No dynamically loaded libraries
11 # size_t is 32 bits. Next version of compiler will have -hsize_t64
12 # enabling size_t to be 64 bits.
13 # Current cc version 4.80 allows -hsubscript64 for 64 bit array subscripts.
14 ccflags="$ccflags -hxint -hmath vector -hsubscript64"
16 case "$usemymalloc" in
17 '') # The perl malloc.c SHOULD work