Explorar el Código

[bsp][lpc176x] update scons script.

aozima hace 6 años
padre
commit
5ee6bf4a8a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      bsp/lpc176x/SConstruct

+ 0 - 1
bsp/lpc176x/SConstruct

@@ -14,7 +14,6 @@ TARGET = 'rtthread-lpc17xx.' + rtconfig.TARGET_EXT
 env = Environment(tools = ['mingw'],
 	AS = rtconfig.AS, ASFLAGS = rtconfig.AFLAGS,
 	CC = rtconfig.CC, CCFLAGS = rtconfig.CFLAGS,
-	CXX = rtconfig.CXX, CXXFLAGS = rtconfig.CXXFLAGS,
 	AR = rtconfig.AR, ARFLAGS = '-rc',
 	LINK = rtconfig.LINK, LINKFLAGS = rtconfig.LFLAGS)