This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
harmless typo in configure.in (gcc 3.1.1)
- From: "Gary Funck" <gary at Intrepid dot Com>
- To: "Gcc Mailing List" <gcc at gcc dot gnu dot org>
- Date: Wed, 31 Jul 2002 00:25:07 -0700
- Subject: harmless typo in configure.in (gcc 3.1.1)
in the toplevel configure.in:
67 # these libraries are built for the target environment, and are built
after
68 # the host libraries and the host tools (which may be a cross compiler)
69 #
70 target_libs="target-libiberty \
71 target-libgloss \
72 target-newlib \
73 target-librx \
74 ${libstdcxx_version} \
75 target-libf2c \
76 ${libgcj}
77 target-libobjc"
the line at line #76 should probably be terminated with a backslash for the
sake of consistency. I think that 'sh' likely doesn't care whether the
backslashes are there or not, but perhaps other shells have different rules,
and the line should be continued with a backslash.