--- gcc/config/x-i860v4 2018/04/24 17:51:38 1.1 +++ gcc/config/x-i860v4 2018/04/24 18:06:14 1.1.1.3 @@ -1,5 +1,3 @@ -INSTALL=cp - # The svr4 reference port for the i860 contains an alloca.o routine # in /usr/ucblib/libucb.a, but we can't just try to get that by # setting CLIB to /usr/ucblib/libucb.a because (unfortunately) @@ -27,7 +25,7 @@ INSTALL=cp # grow continuously until you finally run out of swap space or exceed # the system's process size limit. To avoid this problem (which can # arise when a stage1 gcc is being used to build a stage2 gcc) you -# *must* link in the C langauge version of alloca() which is supplied +# *must* link in the C language version of alloca() which is supplied # with gcc to your stage1 version of gcc. The following definition # forces that to happen.