From owner-freebsd-current@FreeBSD.ORG Thu Sep 18 12:51:11 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 6E5CA1065677 for ; Thu, 18 Sep 2008 12:51:11 +0000 (UTC) (envelope-from akulatraxas@gmail.com) Received: from mail-gx0-f17.google.com (mail-gx0-f17.google.com [209.85.217.17]) by mx1.freebsd.org (Postfix) with ESMTP id 104FE8FC19 for ; Thu, 18 Sep 2008 12:51:10 +0000 (UTC) (envelope-from akulatraxas@gmail.com) Received: by gxk10 with SMTP id 10so28932906gxk.19 for ; Thu, 18 Sep 2008 05:51:10 -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=O6jkELb4tnkfteaO2zL9WnNDzFNQmDN20oNpGQh1toE=; b=qzqNjhfLiyCBgNFasSAiYfY/e2Syr5jLKHHzu6cCnpe/7zsdewJ9uKQHV9S2kH6uzu ji/BeIyH6G5DJbdt5nm0v4OMlQWNzoHd/Qv+J1NQ8ga4XfbxekZo+OFMAGjDObU4iNTw ubnPKpnHPUJ6iOZxA8eQS/BmChD3/DuhP8RPg= 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=rn/CfqCtUCxWqWBKpkJKvVHlXlau9O2ZG5UPjUcAgWTCbVRL74VJBGNmWXGxUOZTAN U/OXPWTA2DT1sG2O1bHaUd1gAt0r533lrGF+/SoQk177qBvNzJNI5klTEAMZBruZBq5Q C/ukxii6bCqG2dUaBLfYxdUnDpT88MdDQMCpc= Received: by 10.100.198.13 with SMTP id v13mr5186287anf.107.1221742270025; Thu, 18 Sep 2008 05:51:10 -0700 (PDT) Received: by 10.100.154.3 with HTTP; Thu, 18 Sep 2008 05:51:09 -0700 (PDT) Message-ID: <35e5bf980809180551o2d845346k4f07f0e298bc027@mail.gmail.com> Date: Thu, 18 Sep 2008 09:51:09 -0300 From: "Daniel de Oliveira" To: freebsd-current@freebsd.org, akulatraxas@gmail.com In-Reply-To: <200809181240.m8ICe8h3040952@lurza.secnetix.de> 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> 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:51:11 -0000 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 wrote= : > 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=E4ftsfuehrun= g: > secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht M=FC= n- > chen, HRB 125758, Gesch=E4ftsf=FChrer: Maik Bachmann, Olaf Erb, Ralf Geb= hart > > FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd > > $ dd if=3D/dev/urandom of=3Dtest.pl count=3D1 > $ file test.pl > test.pl: perl script text executable >