public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Soft float for i486
@ 1998-03-13 18:29 Peter Barada
  1998-03-16 20:25 ` Jim Wilson
  1998-06-28  2:05 ` Jeffrey A Law
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Barada @ 1998-03-13 18:29 UTC (permalink / raw)
  To: egcs, pbarada

I'm trying to build a cross-compiler using egcs-980302, and I want to
target a i486 chip that does NOT have floating point, and I don't want
to emulate the instructions.

I've found the following fragment in gcc/config/a29k/t-a29kbare :

# These are really part of libgcc1, but this will cause them to be
# built correctly, so... 

LIB2FUNCS_EXTRA = fp-bit.c dp-bit.c

dp-bit.c: $(srcdir)/config/fp-bit.c
	cat $(srcdir)/config/fp-bit.c > dp-bit.c

fp-bit.c: $(srcdir)/config/fp-bit.c
	echo '#define FLOAT' > fp-bit.c
	cat $(srcdir)/config/fp-bit.c >> fp-bit.c


I'm just trying to figure a good place to put them (or should I just
shove them in t-i386bare and be done with it)?

Perhaps every target should have thos so -msoft-float will actually
work for any target...

Any ideas?

-- 
Peter Barada                            pbarada@wavemark.com
Wizard                                  781-270-7098 x226
WaveMark Technologies, Inc.             781-270-0193 (fax)

"Real men know that you should never attempt to accomplish with words
what you can do with a flame thrower" --Bruce Ferstein

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1998-07-01 10:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-03-13 18:29 Soft float for i486 Peter Barada
1998-03-16 20:25 ` Jim Wilson
1998-06-28  2:05 ` Jeffrey A Law
1998-07-01 10:51   ` Michael Meissner

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).