f1a7dfbfef
My first attempt was not working at all. Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de> |
||
---|---|---|
.. | ||
aarch64-musl.sh | ||
aarch64.sh | ||
armv6l-musl.sh | ||
armv6l.sh | ||
armv7l-musl.sh | ||
armv7l.sh | ||
bootstrap.sh | ||
i686-musl.sh | ||
i686.sh | ||
ppc-musl.sh | ||
ppc.sh | ||
ppc64-musl.sh | ||
ppc64.sh | ||
ppc64le-musl.sh | ||
ppc64le.sh | ||
README | ||
x86_64-musl.sh | ||
x86_64.sh |
BUILD PROFILES ============== This directory contains build profiles to set properties on native builds for a specific architecture: - XBPS_TRIPLET (the compiler triplet) - XBPS_CFLAGS (C compiler flags for host compiler) - XBPS_CXXFLAGS (C++ compiler flags for the host compiler) - XBPS_FFLAGS (Fortran compiler flags for the host compiler) - XBPS_RUST_TARGET (the compiler triplet for usage by cargo) These properties are also set in a cross environment, but the compiler flags are not added into the global flags. XBPS_RUST_TARGET is also exposed as RUST_BUILD instead of RUST_TARGET.