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]

configure.in - target_libs def. needs a back slash?


Hello,

In reviewing configure.in I notce the following at around line 72:
# these libraries are built for the target environment, and are built after
# the host libraries and the host tools (which may be a cross compiler)
#
target_libs="target-libiberty \
		target-libgloss \
		target-newlib \
		target-librx \
		${libstdcxx_version} \
		target-libf2c \
		${libgcj}
		target-libobjc"

There is an entry for $(libgcj) which is not followed by a back slash.
Perhaps when target-libobjc was added, the backslash wasn't added to the
previous line?


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