From owner-freebsd-commit Fri Oct 20 13:05:41 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA17365 for freebsd-commit-outgoing; Fri, 20 Oct 1995 13:05:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA17353 for cvs-all-outgoing; Fri, 20 Oct 1995 13:05:33 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA17342 for cvs-lib-outgoing; Fri, 20 Oct 1995 13:05:29 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA17332 ; Fri, 20 Oct 1995 13:05:21 -0700 Date: Fri, 20 Oct 1995 13:05:21 -0700 From: Poul-Henning Kamp Message-Id: <199510202005.NAA17332@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/csu/i386 Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/20 13:05:20 Modified: lib/csu/i386 Makefile Log: -fomit-frame-pointer is becomming an increasingly popular optimization, so before somebody screws up royally, make sure this always works by adding a -fno-omit-frame-pointer here.