File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
toolchain/syno-qoriq-6.2.4 Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ tc_vars: flag
157
157
echo TC_ENV += CARGO_BUILD_TARGET=\" $(RUST_TARGET ) \" ; \
158
158
echo TC_ENV += CARGO_TARGET_$(shell echo $(RUST_TARGET ) | tr - _ | tr a-z A-Z) _AR=\" $(WORK_DIR ) /$(TC_TARGET ) /bin/$(TC_PREFIX ) ar\" ; \
159
159
echo TC_ENV += CARGO_TARGET_$(shell echo $(RUST_TARGET ) | tr - _ | tr a-z A-Z) _LINKER=\" $(WORK_DIR ) /$(TC_TARGET ) /bin/$(TC_PREFIX ) gcc\" ; \
160
+ echo TC_ENV += RUSTFLAGS=\" $(TC_RUSTFLAGS ) \" ; \
160
161
echo TC_CONFIGURE_ARGS := --host=$(TC_TARGET ) --build=i686-pc-linux ; \
161
162
echo TC_TYPE := $(TC_TYPE ) ; \
162
163
echo TC_SYSROOT := $(WORK_DIR ) /$(TC_TARGET ) /$(TC_SYSROOT ) ; \
Original file line number Diff line number Diff line change @@ -9,5 +9,6 @@ TC_DIST_SITE_PATH = PowerPC%20QorIQ%20Linux%202.6.32
9
9
TC_TARGET = powerpc-e500v2-linux-gnuspe
10
10
TC_SYSROOT = $(TC_TARGET ) /sysroot
11
11
TC_EXTRA_CFLAGS = -mcpu=8548 -mhard-float -mfloat-gprs=double
12
+ TC_RUSTFLAGS = -Ctarget-cpu=e500
12
13
13
14
include ../../mk/spksrc.tc.mk
You can’t perform that action at this time.
0 commit comments