Date: Sat, 23 Nov 2002 17:45:02 +0100 From: Miguel Mendez <flynn@energyhq.homeip.net> To: current@freebsd.org Subject: '-ax' option in gcc Message-ID: <20021123174502.703cc4cd.flynn@energyhq.homeip.net>
next in thread | raw e-mail | index | archive | help
Hi, subject says it all... A -CURRENT system as of 11/15: flynn@christine# cat hello.c #include <stdio.h> #include <stdlib.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021123174502.703cc4cd.flynn>