#61600 closed defect (fixed)
xeus @0.25.1: clang: error: the clang compiler does not support '-march=native'
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | Schamschula (Marius Schamschula) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.4 |
Keywords: | arm64 | Cc: | |
Port: | xeus |
Description
https://build.macports.org/builders/ports-11_arm64-builder/builds/708/steps/install-port/logs/stdio
clang: error: the clang compiler does not support '-march=native'
Even on compilers/architectures that support -march=native
we don't want to use it; we want to build portable archives that can be used on any processor of the family.
Change History (4)
comment:1 Changed 4 years ago by Schamschula (Marius Schamschula)
comment:2 Changed 4 years ago by Schamschula (Marius Schamschula)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
This changes how the software builds so the revision should be increased.
comment:4 Changed 4 years ago by Schamschula (Marius Schamschula)
Note: See
TracTickets for help on using
tickets.
It looks like cmake is pulling in
-march=native
. I'll have to investigate how to remove this.