mknumeric_limits
Gabriel Dos Reis
gdr@codesourcery.com
Mon Feb 19 21:21:00 GMT 2001
Jeffrey A Law <law@redhat.com> writes:
| In message < Pine.SOL.3.91.1010219120108.15655A@taarna.cygnus.com >you write:
| >
| >
| > Sometimes we have to use g++ instead of gcc because of __cplusplus
| > defines in headers. That's the case for the acinclude.m4 bits.
| But I don't think that using gcc for just the link step would affect
| that.
Aha, are you suuggesting:
1) Use g++ to compile to gen-num-limits.o
2) Use gcc to tranform gen-num-limits.o into an executable
?
I agree with that would be a better approach.
| ... And using gcc instead of g++ would allow most (all?) of the crud
| in the switch statement I pointed out to go away.
Let's give it a try then.
-- Gaby
CodeSourcery, LLC http://www.codesourcery.com
More information about the Gcc
mailing list