Date: Thu, 19 Aug 1999 14:03:50 -0300 (ADT) From: Peter Cordes To: pgcc AT delorie DOT com Subject: Re: bootstrap error with pgcc-1.1.2 In-Reply-To: <37BB6DB8.2D9150F6@newbridge.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: pgcc AT delorie DOT com X-Mailing-List: pgcc AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk try -malign-functions=4 -malign-jumps=4 -malign-loops=4. Don't know if that does what you need or not, but the gcc (2.8.1) accepts that flags. #define X(x,y) x##y Peter Cordes ; e-mail: X(peter AT cordes DOT phys. , dal.ca) On Wed, 18 Aug 1999, Vikram P Rautela wrote: > Hi folks, > Sort of a dumb question but does anyone have an idea how to turn on the > WORD(4 byte) alignment in gcc for sparc machines?? Is there a compiler > switch that is handy??? > Thanks > vikram >