From owner-cvs-ports@FreeBSD.ORG Mon May 19 14:23:33 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 497E137B401; Mon, 19 May 2003 14:23:33 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-67-115-75-172.dsl.lsan03.pacbell.net [67.115.75.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB96F43FB1; Mon, 19 May 2003 14:23:31 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 9555966B9B; Mon, 19 May 2003 14:23:31 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 752DC4BC; Mon, 19 May 2003 14:23:31 -0700 (PDT) Date: Mon, 19 May 2003 14:23:31 -0700 From: Kris Kennaway To: Joerg Wunsch Message-ID: <20030519212331.GA7480@rot13.obsecurity.org> References: <20030519115435.C2937@uriah.heep.sax.de> <20030519104604.GB17366@sunbay.com> <20030519125334.D2937@uriah.heep.sax.de> <20030519114332.GG17366@sunbay.com> <20030519115339.GI17366@sunbay.com> <20030519121239.GA6087@rot13.obsecurity.org> <20030519122439.GA28176@sunbay.com> <20030519123128.GA6343@rot13.obsecurity.org> <20030519144252.K2937@uriah.heep.sax.de> <20030519144359.A9497@uriah.heep.sax.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline In-Reply-To: <20030519144359.A9497@uriah.heep.sax.de> User-Agent: Mutt/1.4i cc: Ruslan Ermilov cc: Kris Kennaway cc: cvs-ports@FreeBSD.org cc: Kris Kennaway cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/avr-libc Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2003 21:23:33 -0000 --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 19, 2003 at 02:43:59PM +0200, Joerg Wunsch wrote: > As Joerg Wunsch wrote: >=20 > > What about someone who wants to use an alternate C compiler, like icc? Yes, that would also break your port in the same way. Assuming that icc can be used to compile the software, someone who used icc-specific CFLAGS would find that the port blows up in exactly the same place when it tries to use the same icc CFLAGS when running the cross-built gcc binary. > And, why does this breakage only happen on 5.1, not on 5.0? The port *would* have been broken had someone set their own i386-specific CFLAGS entry (which is what you suggested earlier in the thread should be done instead of using bsd.cpu.mk and CPUTYPE) The default setting of "-O -pipe" masked this software bug. Do you see the problem now? Kris --AhhlLboLdkugWU4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+yUtTWry0BWjoQKURAhTeAJ9LIDnAN8BGDIrIerPJYs6SEJkEdgCgjSsQ KpQOKoE+KmjW2QEJ/eZXAOQ= =9KUt -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S--