buildtools/gcc/libphobos/acinclude.m4
Niels Sascha Reedijk 92b3138b83 Import GCC 13.1.0 and dependencies
Updated dependencies:
 * GMP 6.2.1
 * ISL 0.24
 * MPL 1.2.1
 * MPFR 4.1.0

The dependencies were pulled in by running the ./contrib/download_prerequisites script and then
manually removing the symbolic links and archives, and renaming the directories (i.e mv isl-0.24 to isl)
2023-06-18 01:43:18 +01:00

19 lines
729 B
Plaintext

dnl Copyright (C) 2013-2023 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
dnl PARTICULAR PURPOSE.
m4_include([m4/gcc_support.m4])
m4_include([m4/autoconf.m4])
m4_include([m4/libtool.m4])
m4_include([m4/gdc.m4])
m4_include([m4/druntime.m4])
m4_include([m4/druntime/cpu.m4])
m4_include([m4/druntime/os.m4])
m4_include([m4/druntime/libraries.m4])