# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/mpfr/mpfr.conf # Copyright (C) 2008 - 2025 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 # --- T2-COPYRIGHT-END --- # we need to help configure pick up our native GMP in the toolchain dir if atstage toolchain; then var_append confopt ' ' '--with-gmp-include=$root$includedir --with-gmp-lib=$root$libdir' var_append confopt ' ' --enable-shared=no fi