In other posts some people mention they use the following ARM specific flags:
-msoft-float
-mcpu=arm926ej-s
-mtune=arm926ej-s (Edit: had "-tune" here)
However, the V8 build script uses a whole pile of switches (if Android is the target):
-march=armv5te
-mtune=xscale
-msoft-float
-fpic
-mthumb-interwork
-funwind-tables
-fstack-protector
-fno-short-enums
-fmessage-length=0
-finline-functions
-fno-inline-functions-called-once
-fgcse-after-reload
-frerun-cse-after-loop
-frename-registers
-fomit-frame-pointer
-fno-strict-aliasing
-finline-limit=64
-MD
Since the Wiz is very similar to Android handsets I do of course wonder if using these (or some of those) switches on the Wiz would make any sense.
-msoft-float
-mcpu=arm926ej-s
-mtune=arm926ej-s (Edit: had "-tune" here)
However, the V8 build script uses a whole pile of switches (if Android is the target):
-march=armv5te
-mtune=xscale
-msoft-float
-fpic
-mthumb-interwork
-funwind-tables
-fstack-protector
-fno-short-enums
-fmessage-length=0
-finline-functions
-fno-inline-functions-called-once
-fgcse-after-reload
-frerun-cse-after-loop
-frename-registers
-fomit-frame-pointer
-fno-strict-aliasing
-finline-limit=64
-MD
Since the Wiz is very similar to Android handsets I do of course wonder if using these (or some of those) switches on the Wiz would make any sense.