瀏覽代碼

Do not define CC and CXX in sdk/cpprt/Makefile

This will prevent the cross compilation environment from defining its
own CC and CXX.

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Jarkko Sakkinen 7 年之前
父節點
當前提交
fc4cd7ead0
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      sdk/cpprt/Makefile

+ 0 - 3
sdk/cpprt/Makefile

@@ -79,9 +79,6 @@ $(CPPRT): $(OBJS) prepare-libunwind libunwind
 	$(CP) linux/libunwind/src/.libs/libunwind.a $(CPPRT)
 	$(AR) rs $@ $(OBJS)
 
-$(CPPRT): CC  = gcc
-$(CPPRT): CXX = g++
-
 .PHONY: libunwind
 libunwind:
 	cd linux/libunwind/ && ( test -f Makefile || ./autogen-linux.sh ) && $(MAKE) -j5