This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


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

Re: Need help with -m68060 switch on egcs-1.1b


Aleksey,

Wow thanks! I modified my t-m68kbare, and successfully built a new set of
68060 libraries. They appear to be free of unimplemented 68060 opcodes.

I also just discovered that the -ffast-math switch may have been causing
those bad opcodes inside my functions. I turned off the switch and the bad
opcodes vanished, and my 68060 application started running!

I'm now using:  -m68060 -O3 -Wall

Things are looking brighter now. A big thank-you for the assistance!


At 09:07 AM 12/2/98 -0500, Aleksey wrote:
>This one is relatively simple:
>
>1. Look at which gcc/config/m68k/t-* files is used by your configuration.
>   You can do it by looking at gcc/Makefile generated by configure
>   macro tmake_file points to this file.
>
>2. Look at this file and examine its multilib options. Below is 
>   gcc/config/m68k/t-m68kbare:
>
> <more good stuff snipped>

--
Kirk Hobart   Santa Barbara, California   hobart@rain.org

_______________________________________________
New CrossGCC FAQ: http://www.objsw.com/CrossGCC
_______________________________________________
To remove yourself from the crossgcc list, send
mail to crossgcc-request@cygnus.com with the
text 'unsubscribe' (without the quotes) in the
body of the message.