Skip to content

Commit

Permalink
Pass CC and CXX to gc configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed May 7, 2016
1 parent a40b6c0 commit 0d7435b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -160,7 +160,7 @@ $(GCLIB): $(GC).tar.gz
mv gc-7.2 gc-7.2d; \
fi
cd $(GC) && \
./configure $(GCOPTIONS); \
./configure CC="$(CC)" CXX="$(CXX)" $(GCOPTIONS); \
$(MAKE) check

$(GCPPLIB): $(GCLIB)
Expand Down

0 comments on commit 0d7435b

Please sign in to comment.