From owner-freebsd-hackers Thu Dec 5 13:15:43 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA06132 for hackers-outgoing; Thu, 5 Dec 1996 13:15:43 -0800 (PST) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.fr [193.56.58.253]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id NAA06106 for ; Thu, 5 Dec 1996 13:15:36 -0800 (PST) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.fr [193.56.58.33]) by mexico.brainstorm.eu.org (8.7.5/8.7.3) with ESMTP id WAA01639 for ; Thu, 5 Dec 1996 22:15:28 +0100 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.6.12/8.6.12) with UUCP id XAA05771 for hackers@FreeBSD.org; Thu, 5 Dec 1996 23:16:51 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.4/keltia-uucp-2.9) id VAA24564; Thu, 5 Dec 1996 21:06:27 +0100 (CET) Message-ID: Date: Thu, 5 Dec 1996 21:06:26 +0100 From: roberto@keltia.freenix.fr (Ollivier Robert) To: hackers@FreeBSD.org Subject: Re: New benchmarks to design / lmbench results References: <199612050218.MAA19340@genesis.atrad.adelaide.edu.au> X-Mailer: Mutt 0.53 Mime-Version: 1.0 X-Operating-System: FreeBSD 3.0-CURRENT ctm#2768 In-Reply-To: ; from Mark Mayo on Dec 5, 1996 13:48:41 -0500 Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk According to Mark Mayo: > make world with -pipe! I did notice, however, that adding > CFLAGS= -pipe to /etc/make.conf didn't automagically add a -pipe flag to > the kernel build procedure (I had to add the -pipe manually to the kernel > Makefile) Use COPTFLAGS= -O -pipe for the kernel compile. See compile/WHATEVER/Makefile: CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #31: Tue Dec 3 23:52:58 CET 1996