Date: Thu, 1 Aug 1996 08:57:18 -0400 Message-Id: <199608011257.IAA07674@delorie.com> From: DJ Delorie To: bill_currie AT MAIL DOT TAIT DOT CO DOT NZ CC: djgpp AT delorie DOT com In-reply-to: (message from Bill Currie on Thu, 01 Aug 1996 16:23:25 +1200) Subject: Re: __attribute__((section)) > I haven't looked and the linker script or the startup code, but I > have just got gcc to accept __attribute__((section))!!! All that's > needed is to include the macro below in (gcc > source)configure/i386/go32.h and rebuild. Patches to gcc must be submitted to the FSF; I cannot do that on someone else's behalf. > DJ, how do I configure properly to build cc1plus? I had to hack the > makefiles by hand to get it to work (cc1 and cc1obj were nicely > automatic). Here's all I do to build gcc: configure go32 make cd cp make cd ../objc make -f makefile.dos