Comment 8 for bug 1837577

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2019-08-15 12:13 EDT-------
> So our current call to configure is this:
> [...]
These configure options look a bit odd. They contain -A IBMz12 as well as -A IBMz14, similarly with -V, -C {acg,if}, -F {acg,if}, and --cflags. I believe the last occurrence of each option overrides all previous ones, but I'd prefer not to exploit that. Better split out common options and add the specific ones just for the appropriate CPU level.
More importantly, the host compile flags (-F xc) are missing. They should be added in order to use the cross-compile logic.
The --cflags are mainly used for bootstrapping the build logic, so no target-specific compiler flags should be included there.