From owner-cvs-all Sat Feb 24 23:51:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A35F937B401; Sat, 24 Feb 2001 23:51:21 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1P7pLd95579; Sat, 24 Feb 2001 23:51:21 -0800 (PST) (envelope-from peter) Message-Id: <200102250751.f1P7pLd95579@freefall.freebsd.org> From: Peter Wemm Date: Sat, 24 Feb 2001 23:51:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/02/24 23:51:21 PST Modified files: sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 Log: genassym.sh does not work with a.out because the sizes are rounded up by the compiler. ie: char foo[0] comes out as 4 bytes on a.out, and we depended on it coming out as 0 for the script version. :-( Make double sure that genassym.o is built and nm'ed in elf mode. (ia64 skipped since it is stuck on the linux toolchain and doesn't understand the -elf switches) Revision Changes Path 1.92 +3 -3 src/sys/conf/Makefile.alpha 1.225 +3 -3 src/sys/conf/Makefile.i386 1.124 +3 -3 src/sys/conf/Makefile.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message