public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* OSF Alpha bootstrap fails with multilibs
@ 1999-07-16 16:48 Dave Love
  0 siblings, 0 replies; only message in thread
From: Dave Love @ 1999-07-16 16:48 UTC (permalink / raw)
  To: egcs-bugs

I tried bootstrapping a recent CVS update of the release branch on
alphaev6-dec-osf4.0e and it failed thus.  I haven't tried to
understand the bizarreness.

rm -rf tmplibgcc.a tmpcopy
mkdir tmpcopy
if [ xlibgcc1.a != x ]; \
then (cd tmpcopy; ar x ../libgcc1.a); \
else true; \
fi
(cd tmpcopy; ar x ../libgcc2.a)
ar: Error: ________64ELEL_ cannot create
gmake[3]: *** [stmp-multilib-sub] Error 1
gmake[3]: Leaving directory `/usr/people/fx/gcc-2.95/gcc'
gmake[2]: *** [stmp-multilib] Error 1
gmake[2]: Leaving directory `/usr/people/fx/gcc-2.95/gcc'
gmake[1]: *** [bootstrap-lean] Error 2
gmake[1]: Leaving directory `/usr/people/fx/gcc-2.95/gcc'
gmake: *** [bootstrap-lean] Error 2

The LIBGCC bits in the last two lines of t-ieee are responsible for
the failure.  The version I had originally -- basically the same but
omitting those lines -- worked OK.  I don't understand why they're
there.  I thought there wasn't anything in libgcc that needed such
multilibbing, which was why it wasn't done in the first place.


[Please copy to me if appropriate -- I don't read this list.]


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-07-16 16:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-07-16 16:48 OSF Alpha bootstrap fails with multilibs Dave Love

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).