Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 2010 17:42:32 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/i386/boot0 Makefile src/sys/boot/i386/btx/btx Makefile src/sys/boot/i386/btx/btxldr Makefile src/sys/boot/i386/cdboot Makefile src/sys/boot/i386/mbr Makefile src/sys/boot/i386/pmbr Makefile src/sys/boot/pc98/boot0 Makefile ...
Message-ID:  <201006031742.o53Hgw0h018020@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

ed          2010-06-03 17:42:32 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/i386/boot0  Makefile 
    sys/boot/i386/btx/btx Makefile 
    sys/boot/i386/btx/btxldr Makefile 
    sys/boot/i386/cdboot Makefile 
    sys/boot/i386/mbr    Makefile 
    sys/boot/i386/pmbr   Makefile 
    sys/boot/pc98/boot0  Makefile 
    sys/boot/pc98/boot0.5 Makefile 
    sys/boot/pc98/btx/btx Makefile 
    sys/boot/pc98/btx/btxldr Makefile 
    sys/boot/pc98/cdboot Makefile 
    sys/boot/sparc64/boot1 Makefile 
  Log:
  SVN rev 208789 on 2010-06-03 17:42:32Z by ed
  
  Use -Wl,-N instead of the undocumented -N option for GCC.
  
  GCC forwards the -N flag directly to ld. This flag is not documented and
  not supported by (for example) Clang. Just use -Wl,-N.
  
  Submitted by:   Pawel Worach
  
  Revision  Changes    Path
  1.36      +1 -1      src/sys/boot/i386/boot0/Makefile
  1.21      +1 -1      src/sys/boot/i386/btx/btx/Makefile
  1.19      +1 -1      src/sys/boot/i386/btx/btxldr/Makefile
  1.14      +1 -1      src/sys/boot/i386/cdboot/Makefile
  1.16      +1 -1      src/sys/boot/i386/mbr/Makefile
  1.2       +1 -1      src/sys/boot/i386/pmbr/Makefile
  1.7       +1 -1      src/sys/boot/pc98/boot0.5/Makefile
  1.5       +1 -1      src/sys/boot/pc98/boot0/Makefile
  1.14      +1 -1      src/sys/boot/pc98/btx/btx/Makefile
  1.11      +1 -1      src/sys/boot/pc98/btx/btxldr/Makefile
  1.2       +1 -1      src/sys/boot/pc98/cdboot/Makefile
  1.12      +1 -1      src/sys/boot/sparc64/boot1/Makefile



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