--- gcc/config/t-next 2018/04/24 17:51:32 1.1.1.1 +++ gcc/config/t-next 2018/04/24 17:54:02 1.1.1.2 @@ -1,2 +1,11 @@ # libgcc1.c is not needed, since the standard library has these functions. -LIBGCC= +LIBGCC1= + +# Use collect2 to link, until system version 3.0. + +EXTRA_PROGRAMS = ld + +ld : collect2 + rm -f ld + ln collect2 ld +