[Bug bootstrap/56259] GCC's configure script has a hard-coded setting of 'with_gmp' for FreeBSD

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Aug 16 23:15:30 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56259

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2013-02-10 00:00:00         |2021-8-16
           Keywords|                            |build

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Still there today:
  *-*-freebsd*)
    if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
        && ! test -d ${srcdir}/gmp \
        && test -f /usr/local/include/gmp.h; then
      with_gmp=/usr/local
    fi
    ;;


More information about the Gcc-bugs mailing list