Date: Thu, 18 Sep 2008 14:40:08 +0200 (CEST) From: Oliver Fromme <olli@lurza.secnetix.de> To: freebsd-current@FreeBSD.ORG, akulatraxas@gmail.com Subject: Re: Current using -Os -pipe -march=pentium3m Message-ID: <200809181240.m8ICe8h3040952@lurza.secnetix.de> In-Reply-To: <35e5bf980809180340j171e39ao3d6bf6732ff4c165@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Daniel de Oliveira <akulatraxas@gmail.com> wrote: > I have some problems here trying to compile my system using.. > > CPUTYPE?=pentium3m > CFLAGS=-Os -pipe Does it make a difference when you add "-fno-strict-aliasing"? Note that the default is "-O2 -fno-strict-aliasing -pipe", and you shouldn't override that unless you have a good reason to do that. Specifically, using any optimization beyond -O1 (including -Os) without -fno-strict-aliasing is not supported; it's known to break some ports at least. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd $ dd if=/dev/urandom of=test.pl count=1 $ file test.pl test.pl: perl script text executable
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809181240.m8ICe8h3040952>