Hi, This patch fixes up a previous commit that removed DRUNTIME_GC from m4/druntime.m4
Committed to mainline. Regards Iain. --- libphobos/ChangeLog: * configure: Regenerate. * configure.ac: Remove DRUNTIME_GC. --- libphobos/configure | 1 - libphobos/configure.ac | 1 - 2 files changed, 2 deletions(-) diff --git a/libphobos/configure b/libphobos/configure index 2dcf15ed852..0d4656ed929 100755 --- a/libphobos/configure +++ b/libphobos/configure @@ -13982,7 +13982,6 @@ fi WERROR_FLAG="-Werror" fi -DRUNTIME_GC druntime_target_cpu_parsed="" case "$target_cpu" in diff --git a/libphobos/configure.ac b/libphobos/configure.ac index 8c89ebd23b0..d82ad8e8c75 100644 --- a/libphobos/configure.ac +++ b/libphobos/configure.ac @@ -120,7 +120,6 @@ GCC_BASE_VER DRUNTIME_CONFIGURE DRUNTIME_MULTILIB DRUNTIME_WERROR -DRUNTIME_GC DRUNTIME_CPU_SOURCES DRUNTIME_OS_SOURCES DRUNTIME_OS_THREAD_MODEL -- 2.20.1