Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2007 16:41:58 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 125350 for review
Message-ID:  <200708191641.l7JGfwGK055789@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=125350

Change 125350 by gonzo@gonzo_jeeves on 2007/08/19 16:41:07

	o -O2 generates definitly broken code: accessing constant string 
	    by address out of .rodata section range, -O1 breaks ld as well, 
	    though I haven't spent much time investingating this issue.
	    PR/bugreports will follow.

Affected files ...

.. //depot/projects/mips2/src/share/mk/sys.mk#5 edit

Differences ...

==== //depot/projects/mips2/src/share/mk/sys.mk#5 (text+ko) ====

@@ -35,7 +35,7 @@
 CFLAGS		?=	-O
 .else
 CC		?=	cc
-CFLAGS		?=	-O2 -fno-strict-aliasing -pipe
+CFLAGS		?=	-fno-strict-aliasing -pipe
 .endif
 
 CXX		?=	c++



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