This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: DJGPP config tweak
- To: "Mark E." <snowball3 at bigfoot dot com>
- Subject: Re: DJGPP config tweak
- From: Mumit Khan <khan at xraylith dot wisc dot EDU>
- Date: Sat, 31 Jul 1999 20:49:24 -0500
- cc: gcc-patches at gcc dot gnu dot org
"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