From owner-freebsd-current Fri Sep 25 13:52:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10127 for freebsd-current-outgoing; Fri, 25 Sep 1998 13:52:32 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from top.worldcontrol.com (surf23.cruzers.com [205.215.232.23]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA10112 for ; Fri, 25 Sep 1998 13:52:24 -0700 (PDT) (envelope-from brian@worldcontrol.com) From: brian@worldcontrol.com Received: (qmail 10690 invoked by uid 100); 25 Sep 1998 20:51:54 -0000 Date: Fri, 25 Sep 1998 13:51:54 -0700 To: freebsd-current@FreeBSD.ORG Subject: egcs port fails to compile Message-ID: <19980925135154.A10680@top.worldcontrol.com> Mail-Followup-To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.6i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ./xgcc -B./ -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I./config -c -DL${name} \ ./libgcc2.c -o ${name}.o; \ if [ $? -eq 0 ] ; then true; else exit 1; fi; \ ` if [ -f /uss/ports/lang/egcs/work/egcs-1.1b/gcc/../binutils/ar ] ; then echo /uss/ports/lang/egcs/work/egcs-1.1b/gcc/../binutils/ar ; else if [ "i386-unknown-freebsd" = "i386-unknown-freebsd" ] ; then echo ar; else t='s,x,x,'; echo ar | sed -e $t ; fi; fi` rc tmplibgcc2.a ${name}.o; \ rm -f ${name}.o; \ done _muldi3 ... _floatdidf /var/tmp/ccVF1so1.s: Assembler messages: /var/tmp/ccVF1so1.s:127: Error: Alignment not a power of 2 gmake[2]: *** [libgcc2.a] Error 1 I'm running a -current elf system. I've seen this error a couple of time. They seem related to an ALIGN(3) assembler directive, which I presume means the syntax of that directive has changed. How do I fix? New gas? -- Brian Litzinger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message