Skip to content
Snippets Groups Projects
Commit caaa1a0b authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Set the path to nm before configuring the C gmp lib

parent 38178bdb
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ libraries/integer-gmp/gmp/libgmp.a libraries/integer-gmp/gmp/gmp.h:
PATH=`pwd`:$$PATH; \
export PATH; \
cd gmpbuild && \
CC=$(WhatGccIsCalled) $(SHELL) configure \
CC=$(WhatGccIsCalled) NM=$(NM) $(SHELL) configure \
--enable-shared=no --host=$(PLATFORM) --build=$(PLATFORM)
$(MAKE) -C libraries/integer-gmp/gmp/gmpbuild MAKEFLAGS=
$(CP) libraries/integer-gmp/gmp/gmpbuild/gmp.h libraries/integer-gmp/gmp/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment