X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 	tests=AWL,BAYES_00,SPF_PASS
X-Spam-Check-By: sourceware.org
Message-ID: <4B544070.4000206@gmail.com>
Date: Mon, 18 Jan 2010 11:05:20 +0000
From: Dave Korn <dave.korn.cygwin@googlemail.com>
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: -z option of ld.exe
References: <20100118081450.GA10493@panix.com>
In-Reply-To: <20100118081450.GA10493@panix.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

David Arnstein wrote:

> However, the cygwin man page for ld.exe does reference the -z option.

  The man page for ld, as for the other binutils, is quite generic, and lists
all the options supported on all the systems that binutils can be targeted
against.

> I would like to know if the cygwin maintainers intend to support this
> option. 

  Nope.  It only makes sense on platforms that use the ELF executable file
format.  Windows uses PE-COFF and Cygwin goes with that.

  For your purposes, just hack it out of the Makefile, hopefully everything
will work fine without it.


    cheers,
      DaveK

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

