mirror of
https://github.com/corda/corda.git
synced 2025-03-17 17:45:17 +00:00
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>
This commit is contained in:
parent
6662022bf8
commit
fc4cd7ead0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user