This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
egcs-19980628 libstdc++/Makefile.in problem
- To: egcs at cygnus dot com
- Subject: egcs-19980628 libstdc++/Makefile.in problem
- From: Joel Sherrill <joel at OARcorp dot com>
- Date: Thu, 2 Jul 1998 18:32:22 -0500 (CDT)
- Reply-To: Joel Sherrill <joel at OARcorp dot com>
Are there any reported cases of this fragment from the
libstdc++/Makefile.in being incorrectly generated in the Makefile?
Around line 277 of libstdc++/Makefile:
if [ x$(libsubdir) = x ] || [
x$(enable_version_specific_runtime_libs) != xyes ]; then \
INSTALLDIR=$(libdir); \
else \
INSTALLDIR=$(libsubdir); \
the INSTALLDIR= lines are being put in the generated Makefile as:
INSTALLDIR= XXX
with no trailing semi-colon or line continuation character.
I am targetting powerpc-rtems (based on powerpc-unknown-eabi) doing a one
tree style build with binutils 2.9.1 and newlib 1.8.0 on Redhat Linux 5.0.
Hints or patches appreciated. :)
--joel
Joel Sherrill Director of Research & Development
joel@OARcorp.com On-Line Applications Research
Ask me about RTEMS: a free RTOS Huntsville AL 35805
Support Available (205) 722-9985