ports/base/gcc/files/patch-configure
Baptiste Daroussin e7099d4ced New cross build ready version of gcc.
This port is special, it is done only for being cross build and prepare a modern
compiler for base system build without a cross compiler

It contains the printf format extension needed for the kernel as only patch for
now.

It uses libc++ from base as a standard c++ library default on the libc++ headers
as c++ headers
2016-09-08 20:55:19 +00:00

13 lines
366 B
Text

--- configure.orig 2015-05-03 17:29:57 UTC
+++ configure
@@ -3675,10 +3675,6 @@ case "${target}" in
*-*-dragonfly*)
;;
*-*-freebsd*)
- if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
- && test -f /usr/local/include/gmp.h; then
- with_gmp=/usr/local
- fi
;;
*-*-kaos*)
# Remove unsupported stuff on all kaOS configurations.