Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2001 23:51:21 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98
Message-ID:  <200102250751.f1P7pLd95579@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102250751.f1P7pLd95579>