Skip to content

Commit

Permalink
deps/gmp: add new configure opt CC_FOR_BUILD
Browse files Browse the repository at this point in the history
Co-Authored-By: Y. Yang <[email protected]>
  • Loading branch information
inkydragon and metab0t committed Jul 5, 2022
1 parent e7f70d7 commit 6205a11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/gmp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ifneq ($(USE_BINARYBUILDER_GMP),1)

GMP_CONFIGURE_OPTS := $(CONFIGURE_COMMON)
GMP_CONFIGURE_OPTS += --enable-cxx --enable-shared --disable-static
GMP_CONFIGURE_OPTS += CC_FOR_BUILD=$(HOSTCC)

ifeq ($(BUILD_ARCH),x86_64)
GMP_CONFIGURE_OPTS += --enable-fat
Expand Down

0 comments on commit 6205a11

Please sign in to comment.