tpoechtrager / osxcross

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

many targets in the same installation #262

Open efa opened 3 years ago

efa commented 3 years ago

Can be useful to have an older target version and a newer one. For example: macOS 10.12 Sierra darwin16 from Xcode 8.3.3 released on 20/09/2016 and macOS 11 Big Sur darwin20 from Xcode 12.2 released on 12/11/2020

Is it possible/safe generate two (or many) targets in the same target/bin build directory? So we can call the right compiler (x86_64-apple-darwin16-clang++ or x86_64-apple-darwin20-clang++) and standard library?