This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-2.95.2 problem with target powerpc-eabi
- To: <vb at compilers dot de>
- Subject: Re: gcc-2.95.2 problem with target powerpc-eabi
- From: Sergei Organov <osv at javad dot ru>
- Date: 27 Oct 2000 21:17:17 +0400
- Cc: "'Michael Meissner'" <meissner at cygnus dot com>, <gcc-bugs at gcc dot gnu dot org>
- References: <003101c04037$17699bf0$82c9010a@pc0130.3soft.de>
I just want to say that I also faced with the same problem and tried to avoid
implicit using of FP instructions by gcc for PowerPC, but didn't succeed. It'd
be fine if there were some flag for gcc, let's say, -fno-implicit-float, to do
the job. Unfortunately implementation of this feature is beyond my
understanding of gcc internals :-(
BR,
Sergei Organov.