File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,7 +149,6 @@ export PKG_CONFIG_SYSROOT_DIR="/opt/x-tools/$NGCONFIG/$NGCONFIG/sysroot"
149149export SYSROOT="/opt/x-tools/$NGCONFIG/$NGCONFIG/sysroot"
150150export NGCONFIG="$NGCONFIG"
151151export TARGET_PREFIX="$CHOST"
152- export CARGO_BUILD_TARGET="armv7-unknown-linux-gnueabihf"
153152EOF
154153
155154RUN touch /opt/x-tools/switch-aarch64.sh && chmod +x /opt/x-tools/switch-aarch64.sh && cat <<EOF > /opt/x-tools/switch-aarch64.sh
@@ -162,7 +161,6 @@ export PKG_CONFIG_SYSROOT_DIR="/opt/x-tools/$NGCONFIG_AARCH64/$NGCONFIG_AARCH64/
162161export SYSROOT="/opt/x-tools/$NGCONFIG_AARCH64/$NGCONFIG_AARCH64/sysroot"
163162export NGCONFIG="$NGCONFIG_AARCH64"
164163export TARGET_PREFIX="$CHOST_AARCH64"
165- export CARGO_BUILD_TARGET="aarch64-unknown-linux-gnu"
166164EOF
167165
168166# Configure Opkg
You can’t perform that action at this time.
0 commit comments