mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-30 00:43:31 +08:00
force CPP
This commit is contained in:
parent
b8cd31023c
commit
ea26d735ae
@ -74,6 +74,7 @@ TARGET_CONFIGURE_OPTS=PATH=$(TARGET_PATH) \
|
||||
CC=$(TARGET_CROSS)gcc \
|
||||
GCC=$(TARGET_CROSS)gcc \
|
||||
CXX=$(TARGET_CROSS)g++ \
|
||||
CPP=$(TARGET_CROSS)cpp \
|
||||
RANLIB=$(TARGET_CROSS)ranlib \
|
||||
OBJCOPY=$(TARGET_CROSS)objcopy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user