Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2010 22:35:50 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.sbin/config config.8 configvers.h main.c mkoptions.c
Message-ID:  <201007152236.o6FMaBxj020776@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2010-07-15 22:35:50 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    usr.sbin/config      config.8 configvers.h main.c mkoptions.c 
  Log:
  SVN rev 210146 on 2010-07-15 22:35:50Z by imp
  
  MFC: r209969
  
  r209969 | nwhitehorn | 2010-07-12 22:08:08 -0600 (Mon, 12 Jul 2010) | 13 lines
  
  Enhance config to handle MACHINEs with multiple architectures:
  
  - Passing -m to config will now print the MACHINE and MACHINE_ARCH
    given in the passed kernel configuration file and then exit.
  - If an option is defined in options.MACHINE with the same name as the
    architecture of the kernel being configured, that option will be
    considered set. This allows conditional compilation based on CPU
    architecture.
  
  Config version is now 600010.
  
  Reviewed by:    imp
  
  Revision   Changes    Path
  1.47.2.2   +3 -0      src/usr.sbin/config/config.8
  1.46.2.4   +1 -1      src/usr.sbin/config/configvers.h
  1.81.2.5   +20 -9     src/usr.sbin/config/main.c
  1.34.10.6  +14 -0     src/usr.sbin/config/mkoptions.c



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