Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2011 20:46:57 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.sbin/uathload Makefile
Message-ID:  <201102162047.p1GKlFvK029615@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dim         2011-02-16 20:46:57 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/uathload    Makefile 
  Log:
  SVN rev 218748 on 2011-02-16 20:46:57Z by dim
  
  Fix the last binary in the base system that still has an executable
  stack, /usr/sbin/uathload.
  
  Since this program links in a .o file containing a firmware blob, and
  there is no clean way to add a .note.GNU-stack section to this .o file,
  we simply use the -z noexecstack option to ld here.
  
  Revision  Changes    Path
  1.4       +4 -0      src/usr.sbin/uathload/Makefile



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