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]

Re: MPE Port (was HARD_REGNO_MODE_OK)


At 04:08 AM 8/29/99 -0600, Jeffrey A Law wrote:

>So let's start with just your new config files and configure.in fragment
>first.  Can you send just those pieces?

Yes. Before I do so, I have one small problem to resolve. Maybe you could
provide a suggestion or "better way" to approach it.

libio/gen-params tries to determine if __printf_fp() exists by simply
compiling a small test program. That is not sufficient on MPE because
MPE does late binding. (I run into this with all configure scripts and
in discussions with Ben, it was decided that my best approach is to
have a customized autoconf and build my own configure scripts before
building). That doesn't work here since gen-params is a hard coded
script. I don't want to modify it because I'll no doubt break it
for all other platforms.

Thanks,

M.

--
Mark Klein                                 DIS International, Ltd.
http://www.dis.com                         415-892-8400
PGP Public Key Available			

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