From owner-freebsd-questions Tue Jul 4 6: 3:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-ether.rz.uni-ulm.de [134.60.1.36]) by hub.freebsd.org (Postfix) with ESMTP id 831E037B869 for ; Tue, 4 Jul 2000 06:03:15 -0700 (PDT) (envelope-from siegbert.baude@gmx.de) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id PAA25867; Tue, 4 Jul 2000 15:03:02 +0200 (MEST) Message-ID: <3961E085.115D4A96@gmx.de> Date: Tue, 04 Jul 2000 15:03:01 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: de, en MIME-Version: 1.0 To: EnThink , "freebsd-questions@freebsd.org" Subject: Re: compilation options for -make world- References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, > Greetings to all freeBSD users. Just like the kernel can be compiled > with i686 option, can all the system binaries be compiled with the > i686 equivalent option? > > If yes, what is that option and where to specify it. The file to edit is /etc/make.conf Look into /etc/defaults/make.conf for the possible values, but change only /etc/make.conf ! That is: copy the relevant lines from the defaults file and adjust them. Look into man cc, what flags are possible. You would like -march=i686 and maybe -O3 for some optimization. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message