Skip to content

Commit

Permalink
Fix armv7-gnu environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Dec 11, 2022
1 parent ff2e47d commit 101f152
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/just-cargo
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ export STRIP_aarch64_unknown_linux_musl := _strip
export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS := _rustflags-self-contained

# linux/arm/v7 + gnueabihf
export AR_arm_unknown_linux_gnueabihf := _ar
export CC_aarch64_unknown_linux_gnueabihf := _clang
export CFLAGS_aarch64_unknown_linux_gnueabihf := '--sysroot=/usr/arm-linux-gnueabihf'
export STRIP_aarch64_unknown_linux_gnueabihf := _strip
export AR_armv7_unknown_linux_gnueabihf := _ar
export CC_armv7_unknown_linux_gnueabihf := _clang
export CFLAGS_armv7_unknown_linux_gnueabihf := '--sysroot=/usr/arm-linux-gnueabihf'
export STRIP_armv7_unknown_linux_gnueabihf := _strip
export CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER := 'arm-linux-gnueabihf-gcc'

# linux/arm/v7 + musl
Expand Down

0 comments on commit 101f152

Please sign in to comment.