This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]