imp 2008-04-04 21:12:40 UTC
FreeBSD src repository
Modified files:
share/mk sys.mk
Log:
MFp4 (mips2-jnpr):
o Default to -O on mips as well as arm. -O2 has been strongly implicated
in many problems in the past, so we're taking a conservative approach
unt
obrien 2008-04-02 17:24:22 UTC
FreeBSD src repository
Modified files:
share/mk sys.mk
Log:
PR ports/121363 (& ports/73797) has been committed, so we can now go back
to JB's revision 1.96 change to remove -fno-strict-aliasing from CFLAGS.
This makes the default
obrien 2008-03-04 20:26:03 UTC
FreeBSD src repository
Modified files:
share/mk sys.mk
Log:
Temporarily back out revision 1.98 to give Portmgr some time to
address PR ports/121363 (current day re-opening of PR ports/73797)
to make ports CFLAGS more independent of
On Tue, Mar 04, 2008 at 07:00:11PM +, David E. O'Brien wrote:
> obrien 2008-03-04 19:00:11 UTC
>
> FreeBSD src repository
>
> Modified files:
> share/mk sys.mk
> Log:
> Back out revision 1.97, which backed out part of revision 1.96.
> Change the default CFLAGS
obrien 2008-03-04 19:00:11 UTC
FreeBSD src repository
Modified files:
share/mk sys.mk
Log:
Back out revision 1.97, which backed out part of revision 1.96.
Change the default CFLAGS to match the simple defaults that the
tinderboxes use. By using -fno-strict-alias
ru 2008-01-24 13:33:00 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
share/mk sys.mk
Log:
MFC: 1.95: Weed out a warning argument that isn't applicable to C++ code.
Revision ChangesPath
1.92.2.2 +1 -1 src/share/mk/sys.mk
__
cognet 2007-12-02 13:24:43 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
share/mk sys.mk
Log:
MFC rev 1.94:
date: 2007/11/05 23:08:34; author: cognet; state: Exp; lines: +4 -0
Switch arm to -O until the -O2 issues are resolved.
Appr
jb 2007-11-26 21:46:21 UTC
FreeBSD src repository
Modified files:
share/mk sys.mk
Log:
Although the entire src tree builds cleanly now without -fno-strict-aliasing
in the default CFLAGS, we're in the middle of a ports freeze, so we can't
really go making the
jb 2007-11-19 09:01:59 UTC
FreeBSD src repository
Modified files:
share/mk sys.mk
Log:
Weed out a warning argument that isn't applicable to C++ code.
Revision ChangesPath
1.95 +1 -1 src/share/mk/sys.mk
___
cognet 2007-11-05 23:08:34 UTC
FreeBSD src repository
Modified files:
share/mk sys.mk
Log:
Switch arm to -O until the -O2 issues are resolved.
MFC After: 3 days
Revision ChangesPath
1.94 +4 -0 src/share/mk/sys.mk
__
yar 2007-10-27 18:40:34 UTC
FreeBSD src repository
Modified files:
share/mk sys.mk
Log:
Allow the shell used by make(1) to be changed early via the
__MAKE_SHELL variable. This feature isn't supposed to be in wide
use, but it's needed now to make `installworld
Marcel Moolenaar <[EMAIL PROTECTED]> writes:
> Euh... it would have been nice if we first tried -O2 on those other
> architectures (you know, those platforms that hamper i386) before we
> declare GCC fixed...
Well, now's your chance to do so!
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
__
On Aug 14, 2007, at 6:44 AM, Xin LI wrote:
delphij 2007-08-14 13:44:09 UTC
FreeBSD src repository
Modified files:
share/mk sys.mk
Log:
Restore -O2 optimization after gcc 4.2.1 import, which has
fixed the issue raised by gcc 4.2.0.
Tested with:test case fou
delphij 2007-08-14 13:44:09 UTC
FreeBSD src repository
Modified files:
share/mk sys.mk
Log:
Restore -O2 optimization after gcc 4.2.1 import, which has
fixed the issue raised by gcc 4.2.0.
Tested with:test case found in gcc bug 32500
Approved by:re (ke
ache2007-07-01 11:51:06 UTC
FreeBSD src repository
Modified files:
share/mk sys.mk
Log:
Switch to "-O1 -pipe" as cross-build compatible gcc workaround.
"Looks like Alexander chimed in with "I'm comfortable with that until we
can import a fixed GCC"."
A
ache2007-06-28 09:25:47 UTC
FreeBSD src repository
Modified files:
share/mk sys.mk
Log:
Back out gcc workaround per re@ request. Details:
"There seems to be some continuing discussion about how this is best fixed,
and we'd like to get Alexander (as our gcc gur
On Wed, 27 Jun 2007, Xin LI wrote:
Andrey Chernov wrote:
I just sent this cross-building compatible variant to re@ for approve:
--- sys.mk.orig 2007-06-27 14:04:15.0 +0400
+++ sys.mk 2007-06-27 14:04:33.0 +0400
@@ -35,7 +35,7 @@
CFLAGS ?= -O
.else
CC
On Wed, Jun 27, 2007 at 09:47:56PM +0800, Xin LI wrote:
> Nitpicking: I think -O1 implies no strict-aliasing. So -O1 -pipe might
> be just Ok.
It is for easy change-back.
> Well, I'd say that all these changes looks scary to me.
>
> Is there any code in our base system to trigger tree-vrp bug?
Andrey Chernov wrote:
> On Wed, Jun 27, 2007 at 11:39:34AM +0200, Harti Brandt wrote:
>> On Wed, 27 Jun 2007, Kostik Belousov wrote:
>>
>> KB>On Tue, Jun 26, 2007 at 07:10:21PM +, Andrey A. Chernov wrote:
>> KB>> ache2007-06-26 19:10:21 UTC
>> KB>>
>> KB>> FreeBSD src repository
>> K
On Wed, Jun 27, 2007 at 11:39:34AM +0200, Harti Brandt wrote:
> On Wed, 27 Jun 2007, Kostik Belousov wrote:
>
> KB>On Tue, Jun 26, 2007 at 07:10:21PM +, Andrey A. Chernov wrote:
> KB>> ache2007-06-26 19:10:21 UTC
> KB>>
> KB>> FreeBSD src repository
> KB>>
> KB>> Modified files:
On Wed, 27 Jun 2007, Kostik Belousov wrote:
KB>On Tue, Jun 26, 2007 at 07:10:21PM +, Andrey A. Chernov wrote:
KB>> ache2007-06-26 19:10:21 UTC
KB>>
KB>> FreeBSD src repository
KB>>
KB>> Modified files:
KB>> share/mk sys.mk
KB>> Log:
KB>> This is temp workarou
On Tue, Jun 26, 2007 at 07:10:21PM +, Andrey A. Chernov wrote:
> ache2007-06-26 19:10:21 UTC
>
> FreeBSD src repository
>
> Modified files:
> share/mk sys.mk
> Log:
> This is temp workaround of nasty gcc 4.2.0 -O2 bug which may skip the rest
> of the loop wh
ache2007-06-26 19:10:21 UTC
FreeBSD src repository
Modified files:
share/mk sys.mk
Log:
This is temp workaround of nasty gcc 4.2.0 -O2 bug which may skip the rest
of the loop when arrays used inside.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32500
Appro
lesi2006-11-14 12:05:54 UTC
FreeBSD src repository (ports committer)
Modified files:(Branch: RELENG_6)
share/mk sys.mk
Log:
MFC 1.88: Remove X11BASE from here.
Approved by:re (hrs)
Revision ChangesPath
1.86.2.2 +0 -2 src/share/mk
In message: <[EMAIL PROTECTED]>
Dejan Lesjak <[EMAIL PROTECTED]> writes:
: lesi2006-10-06 23:32:23 UTC
:
: FreeBSD src repository (ports committer)
:
: Modified files:
: share/mk sys.mk
: Log:
: Remove X11BASE from here so the one from bsd.port.mk has
lesi2006-10-06 23:32:23 UTC
FreeBSD src repository (ports committer)
Modified files:
share/mk sys.mk
Log:
Remove X11BASE from here so the one from bsd.port.mk has a chance to set
default. Grepping through src shows only gnu/usr.bin/groff which doesn't
use it i
ru 2005-11-16 08:12:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
share/mk sys.mk
Log:
MFC: 1.87: Drop outdated check.
Revision ChangesPath
1.86.2.1 +0 -7 src/share/mk/sys.mk
27 matches
Mail list logo