From owner-freebsd-current Sat Nov 23 8:40:51 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BFC837B401 for ; Sat, 23 Nov 2002 08:40:50 -0800 (PST) Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id B436743ECD for ; Sat, 23 Nov 2002 08:40:46 -0800 (PST) (envelope-from flynn@energyhq.homeip.net) Received: from christine.energyhq.tk (christine.energyhq.tk [192.168.0.1]) by energyhq.homeip.net (Postfix) with SMTP id A4110AF598 for ; Sat, 23 Nov 2002 17:40:40 +0100 (CET) Date: Sat, 23 Nov 2002 17:45:02 +0100 From: Miguel Mendez To: current@freebsd.org Subject: '-ax' option in gcc Message-Id: <20021123174502.703cc4cd.flynn@energyhq.homeip.net> X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd5.0) X-Face: 1j}k*2E>Y\+C~E|/wehi[:dCM,{N7/uE3o# P,{t7gA/qnovFDDuyQV.1hdT7&#d)q"xY33}{_GS>kk'S{O]nE$A`T|\4&p\&mQyexOLb8}FO List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, subject says it all... A -CURRENT system as of 11/15: flynn@christine# cat hello.c #include #include int main(int argc, char **argv) { printf("Hello, foo!\n"); exit(0); } flynn@christine# env CFLAGS="-pg -ax" make hello cc -pg -ax -march=pentiumpro hello.c -o hello cc1: unrecognized option `-ax' *** Error code 1 Stop in /usr/home/flynn. Is the -ax option deprecated? It's still present in the man page. No problem building such program in a -STABLE box with 2.95 Cheers, -- Miguel Mendez - flynn@energyhq.homeip.net GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://www.energyhq.tk Of course it runs NetBSD! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message