Skip to content

Commit

Permalink
Add gmp, mpfr, mpc to all gcc configure commands
Browse files Browse the repository at this point in the history
  • Loading branch information
NoMore201 committed Dec 12, 2024
1 parent 796b00d commit 9beb965
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,12 @@ stamps/build-gcc-stage2: $(GCC_SRCDIR) stamps/build-newlib
--disable-lib64 \
--prefix=$(INSTALL_DIR) \
$(CONFIGURE_HOST) \
--with-gmp-include=$(INSTALL_DIR)/deps/include \
--with-gmp-lib=$(INSTALL_DIR)/deps/lib \
--with-mpc-include=$(INSTALL_DIR)/deps/include \
--with-mpc-lib=$(INSTALL_DIR)/deps/lib \
--with-mpfr-include=$(INSTALL_DIR)/deps/include \
--with-mpfr-lib=$(INSTALL_DIR)/deps/lib \
--enable-languages=c,c++ \
--enable-libstdcxx-debug-flags='-gdwarf-3 -g -O0 -D_GLIBCXX_ASSERTIONS' \
--enable-c99 \
Expand Down Expand Up @@ -266,6 +272,12 @@ stamps/build-gcc-stage2-only: $(GCC_SRCDIR)
--disable-lib64 \
--prefix=$(INSTALL_DIR) \
$(CONFIGURE_HOST) \
--with-gmp-include=$(INSTALL_DIR)/deps/include \
--with-gmp-lib=$(INSTALL_DIR)/deps/lib \
--with-mpc-include=$(INSTALL_DIR)/deps/include \
--with-mpc-lib=$(INSTALL_DIR)/deps/lib \
--with-mpfr-include=$(INSTALL_DIR)/deps/include \
--with-mpfr-lib=$(INSTALL_DIR)/deps/lib \
--enable-languages=c,c++ \
--enable-libstdcxx-debug-flags='-gdwarf-3 -g -O0 -D_GLIBCXX_ASSERTIONS' \
--enable-c99 \
Expand Down

0 comments on commit 9beb965

Please sign in to comment.