Browse Source

ncc: we need to set variables like CC in a different way, to avoid them being overwritten by configure-specified values.

ppa-0.6.1
Corné Plooy 7 years ago
committed by Rusty Russell
parent
commit
50efe34e3b
  1. 2
      Makefile

2
Makefile

@ -297,7 +297,7 @@ coverage: coverage/coverage.info
# We make libwallycore.la a dependency, so that it gets built normally, without ncc.
# Ncc can't handle the libwally source code (yet).
ncc: external/libwally-core/src/libwallycore.la
CC="ncc -ncgcc -ncld -ncfabs" AR=nccar LD=nccld make
make CC="ncc -ncgcc -ncld -ncfabs" AR=nccar LD=nccld
# Ignore test/ directories.
TAGS: FORCE

Loading…
Cancel
Save