ppp: add more pppol2tpv3 related structs from the kernel headers to fix compile issue...
[openwrt.git] / include / scons.mk
index 223aede..a8306b6 100644 (file)
@@ -1,6 +1,8 @@
+export PLATFORM=posix
+
 SCONS_VARS = \
-       CC="$(TARGET_CC)" \
-       CXX="$(TARGET_CXX)" \
+       CC="$(TARGET_CC_NOCACHE)" \
+       CXX="$(TARGET_CXX_NOCACHE)" \
        CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CFLAGS)" \
        CXXFLAGS="$(TARGET_CFLAGS) $(EXTRA_CFLAGS)" \
        CPPFLAGS="$(TARGET_CPPFLAGS) $(EXTRA_CPPFLAGS)" \