This is the mail archive of the gcc-patches@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: DJGPP config tweak


"Mark E." <snowball3@bigfoot.com> writes:
> Hello Jeff,
> 
> Here is a config tweak for DJGPP, mostly to define the name of the BSS sectio
> n:
> 
> 1999-07-30 Mark Elbrecht <snowball3@bigfoot.com>
> 
> * gcc/config/i386/djgpp.h (HAVE_MAX_SKIP_P2ALIGN): Define.

Configure figures this out automatically, so you shouldn't need this.
Also, will defining this cause problems with older versions of gas?

However, this is one of those things configure just doesn't get right
if you're building cross or canadian cross compilers, and my build script
edits gcc/auto-{host,build}.h files after configure runs to fix these
macros. 

Regards,
Mumit


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