From owner-cvs-user Sat Apr 5 08:19:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA15157 for cvs-user-outgoing; Sat, 5 Apr 1997 08:19:17 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA15150; Sat, 5 Apr 1997 08:19:15 -0800 (PST) Date: Sat, 5 Apr 1997 08:19:15 -0800 (PST) From: John Polstra Message-Id: <199704051619.IAA15150@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/gcc/config/i386 freebsd.h Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 97/04/05 08:19:14 Modified: contrib/gcc/config/i386 freebsd.h Log: Disallow "-p" when linking, with a diagnostic that recommends using "-pg" and gprof(1) instead. FreeBSD does not support plain "-p" or prof(1). Plain "-p" is still allowed when just compiling. In the compile phase, "-p" is identical "-pg". It is used by for building profiled object files. Revision Changes Path 1.7 +6 -5 src/contrib/gcc/config/i386/freebsd.h