mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
force CPP
This commit is contained in:
@@ -74,6 +74,7 @@ TARGET_CONFIGURE_OPTS=PATH=$(TARGET_PATH) \
|
|||||||
CC=$(TARGET_CROSS)gcc \
|
CC=$(TARGET_CROSS)gcc \
|
||||||
GCC=$(TARGET_CROSS)gcc \
|
GCC=$(TARGET_CROSS)gcc \
|
||||||
CXX=$(TARGET_CROSS)g++ \
|
CXX=$(TARGET_CROSS)g++ \
|
||||||
|
CPP=$(TARGET_CROSS)cpp \
|
||||||
RANLIB=$(TARGET_CROSS)ranlib \
|
RANLIB=$(TARGET_CROSS)ranlib \
|
||||||
OBJCOPY=$(TARGET_CROSS)objcopy
|
OBJCOPY=$(TARGET_CROSS)objcopy
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user