X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=pbD 8D1KM0w3Wd/H8jNM8s1/M8MFuOhRy96o7zExQs67wJzhrY76iHJSImiA09BhYaKs wekpmF9zq04t5UveRHhl2OInZwfpM1oNJCs2WCDcUr4F5c1Zt9+2Dht5KGLSHZID QfdFj5QsjD6UrhvZAAd5nEeEoI4lTMlHhlDUT0rs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=Fz1WMpgsP TVBrcBVesWAowU9piQ=; b=mLNiYkMLvblFGIfiht6/9Eed0wUuTdBf4oWsN2y0F dgPcS0JFZkj7NhbsuvSEbTaYvoVblhpGhWK7440infs4fNxI7JhmOvetHscTBYd6 gWnaryb08/0mYhaU9qYE68wuPpl8SPKBnf2sHyp5AD6JJnU6Up+62bkrd0zPKdna hY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 Message-ID: <520D2A71.3000109@t-online.de> Date: Thu, 15 Aug 2013 21:22:25 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0 SeaMonkey/2.19 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: binutils feature request: ld --disable-large-address-aware option Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit A few programs are not compatible with --large-address-aware which is enabled by default in current x86 ld. For example cdrkit, dvd+rw-tools and smartmontools use IOCTL_SCSI_PASS_THROUGH_DIRECT which apparently requires user buffers below 2GiB. Using "LDFLAGS=-Wl,--disable-large-address-aware" would be much easier than adding an extra Cygwin specific "peflags --bigaddr=false *.exe" post-build step. (http://cygwin.com/ml/cygwin/2012-04/msg00342.html :-) Thanks, Christian -- 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