On Wed, 1 Apr 2009, Bernd Roesch wrote: > Hello Joseph > > On 01.04.09, you wrote: > > I add this file some time ago to Amiga OS 68k target, and build compiler, in > config.log files during compiler build, it seem detect right, are there > still defines in config.gcc need and other defines ?
Yes, the main changes needed are definitions in a tm.h header like those in sol2.h: #define INT8_TYPE "char" #define INT16_TYPE "short int" ... after which a definition of use_gcc_stdint can be added to config.gcc. -- Joseph S. Myers jos...@codesourcery.com