From owner-freebsd-i386@FreeBSD.ORG Thu Jun 9 14:20:12 2005 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55B9616A432 for ; Thu, 9 Jun 2005 14:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3518E43D48 for ; Thu, 9 Jun 2005 14:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j59EKCoR003181 for ; Thu, 9 Jun 2005 14:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j59EKBUT003180; Thu, 9 Jun 2005 14:20:11 GMT (envelope-from gnats) Date: Thu, 9 Jun 2005 14:20:11 GMT Message-Id: <200506091420.j59EKBUT003180@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Hiroo Ono Cc: Subject: Re: i386/81694: boot loader doesn't work after the world rebuilding with -O2 -pipe X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hiroo Ono List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2005 14:20:12 -0000 The following reply was made to PR i386/81694; it has been noted by GNATS. From: Hiroo Ono To: jema@sendmail.ru Cc: bug-followup@FreeBSD.org Subject: Re: i386/81694: boot loader doesn't work after the world rebuilding with -O2 -pipe Date: Thu, 09 Jun 2005 23:17:10 +0900 Hello, > Having rebuilt the world with CFLAGS and COPTFLAGS=-O2 -pipe > /boot/loader became unusable, system doesn't boot and reboot process > is cycling > Rebuild world with -O2 -pipe compiler options in /etc/make.conf Your problem ressembles the one described in the PR i386/75898. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=i386/75898 Do you define CPUTYPE in your /etc/make.conf? I did not have any problems with CFLAGS= -O2 -pipe COPTFLAGS= -O2 -pipe unless I defined CPUTYPE to pentium-m.