Comment 6 for bug 1837577

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

------- Comment From <email address hidden> 2019-08-12 10:17 EDT-------
> [...]
> I wonder if for the z14 build, I should be setting -march=z13 -mtune=z14 in
> XCCFLAGS such that xemit_mm (and the like) binaries can be executable.
Yes, sorry, I didn't mention that before. Cross compile support relies on XCC to be compiling for the build machine, not the target machine. Thus I suggest to omit the "-march" and "-mtune" options in XCCFLAGS.