From owner-freebsd-current@FreeBSD.ORG Thu Sep 18 12:52:12 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D517D1065676 for ; Thu, 18 Sep 2008 12:52:12 +0000 (UTC) (envelope-from akulatraxas@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by mx1.freebsd.org (Postfix) with ESMTP id 8BFA78FC1F for ; Thu, 18 Sep 2008 12:52:12 +0000 (UTC) (envelope-from akulatraxas@gmail.com) Received: by wr-out-0506.google.com with SMTP id c8so609039wra.27 for ; Thu, 18 Sep 2008 05:52:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=tRXBLDQCO/dtT1bd/cgD9TcJJy0lcjzpa0a0UEzBuQM=; b=LuSrqxBvgo52aLkPtzb6UePsRnPCqEhIH+GFVnUh50ZoFCuKuOalENu4VFHkVMpcuq E8DGVkCfjrsZdiHjqUphkvKivB8IO1PBcrDS5cdrKnQf8LFUoXbiL4+EMYcdOe8D5JzF ZCp1zxtelY3tIqccmiAaUnGLKmovTfC1Me4y0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=lxr6INwoWdjm1YiIYk6k4e7B2pQT+Yv7C190ihhxOjlgpxwm5/5CyAjA6Wu25Az41J I9RgSAJFtFipKZgUNHn+KRfhhsx4OAwYCe7QpPfMQhM+hmIl8qrOgGxFFpcPKHmyDyzl nL63n/JjxedVxgi7uVnzzdCUJ32sDhMLl9WA8= Received: by 10.100.173.9 with SMTP id v9mr5198360ane.82.1221742331497; Thu, 18 Sep 2008 05:52:11 -0700 (PDT) Received: by 10.100.154.3 with HTTP; Thu, 18 Sep 2008 05:52:11 -0700 (PDT) Message-ID: <35e5bf980809180552l2f9dc1bheb90635094287afb@mail.gmail.com> Date: Thu, 18 Sep 2008 09:52:11 -0300 From: "Daniel de Oliveira" To: freebsd-current@freebsd.org, akulatraxas@gmail.com In-Reply-To: <35e5bf980809180551o2d845346k4f07f0e298bc027@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <35e5bf980809180340j171e39ao3d6bf6732ff4c165@mail.gmail.com> <200809181240.m8ICe8h3040952@lurza.secnetix.de> <35e5bf980809180551o2d845346k4f07f0e298bc027@mail.gmail.com> Cc: Subject: Re: Current using -Os -pipe -march=pentium3m X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 12:52:12 -0000 OPs.. sorry.. Oliver Daniel de Oliveira ---- Network and System Analyst Security Specialist IBM RISC Specialist IBM Storage Specialist Linux/Unix Specialist Linux User #: 405334 On Thu, Sep 18, 2008 at 09:51, Daniel de Oliveira w= rote: > Thanks Olivera, I'll try this later. > > Daniel de Oliveira > ---- > Network and System Analyst > Security Specialist > IBM RISC Specialist > IBM Storage Specialist > Linux/Unix Specialist > Linux User #: 405334 > > > > On Thu, Sep 18, 2008 at 09:40, Oliver Fromme wro= te: >> Daniel de Oliveira wrote: >> > I have some problems here trying to compile my system using.. >> > >> > CPUTYPE?=3Dpentium3m >> > CFLAGS=3D-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=E4ftsfuehru= ng: >> secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht M= =FCn- >> chen, HRB 125758, Gesch=E4ftsf=FChrer: Maik Bachmann, Olaf Erb, Ralf Ge= bhart >> >> FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bs= d >> >> $ dd if=3D/dev/urandom of=3Dtest.pl count=3D1 >> $ file test.pl >> test.pl: perl script text executable >> >