tpoechtrager / osxcross

Mac OS X cross toolchain for Linux, FreeBSD, OpenBSD and Android (Termux)
GNU General Public License v2.0
2.85k stars 320 forks source link

Accept -target flag equivalent to CROSSBUILD env var #294

Closed mcandre closed 2 years ago

mcandre commented 2 years ago

Could osxcross get an optional -target command line flag? That would follow Clang conventions more closely.

tpoechtrager commented 2 years ago

-target is used internally by this project. There is currently no way to override it as it would break the toolchain.