cvs commit: src/sys/conf kmod.mk

Marcel Moolenaar marcel at FreeBSD.org
Wed Jul 11 01:20:37 UTC 2007


marcel      2007-07-11 01:20:37 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             kmod.mk 
  Log:
  Add --no-warn-mismatch to ld(1) when linking binary files into
  ELF files. On ia64 the ELF header contains information about
  characteristics of the machine code and ld(1) needs that to
  determine whether input files are compatible for linking. To
  this end non-ELF files are not supported by binutils on ia64.
  However, the resulting ELF file seems to be correct despite the
  warnings and the non-supportedness of non-ELF files and it
  appears enough to unbreak the build of firmware(9) files on ia64
  by simply supressing the warning.
  
  Ran into by: gallatin@
  Approved by: re (hrs)
  Looks good to me: mlaier@
  
  Revision  Changes    Path
  1.219     +4 -4      src/sys/conf/kmod.mk


More information about the cvs-src mailing list