Date: Wed, 31 Jan 1996 22:36:21 +0000 From: "/home/nbc/.mail.sig" <nbc@vulture.dmem.strath.ac.uk> To: Helmut Wirth <wirth@zerberus.hai.siemens.co.at> Cc: hackers@freebsd.org Subject: Re: Pentium gcc port done Message-ID: <199601312236.WAA16530@vulture.dmem.strath.ac.uk> In-Reply-To: Your message of "Wed, 31 Jan 1996 12:55:05 %2B0100." <9601311155.AA16335@zerberus.hai.siemens.co.at>
next in thread | previous in thread | raw e-mail | index | archive | help
>> To be more specific. It's gcc-2.7.2p-p6. Get the pentium >> patch via Netscape and save it under patches/patch-aa. >> The appended patch save under patches-ab. I've done this, and made the lot, then installed with "make install". The various files have ended up in directories such as; /usr/local/lib/gcc-lib/pentium-unknown-freebsd/2.7.2 which seems fair enough. Now, apologies in advance if I've missed something obvious here, but the -mpentium switch is not recognised at all. Thanks in advance, Neil Here's some output from gcc; ----------- vulture% pentium-unknown-freebsd-gcc -v -o fract -mpentium -O3 fract.c Reading specs from /usr/local/lib/gcc-lib/pentium-unknown-freebsd/2.7.2/specs gcc version 2.7.2 /usr/local/lib/gcc-lib/pentium-unknown-freebsd/2.7.2/cpp -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=7 -Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -D__unix__ -D__i386__ -D__FreeBSD__ -D__386BSD__ -D__unix -D__i386 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386) -D__OPTIMIZE__ fract.c /var/tmp/cc016512.i GNU CPP version 2.7.2 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: /usr/local/include /usr/local/pentium-unknown-freebsd/include /usr/local/lib/gcc-lib/pentium-unknown-freebsd/2.7.2/include /usr/include End of search list. /usr/local/lib/gcc-lib/pentium-unknown-freebsd/2.7.2/cc1 /var/tmp/cc016512.i -quiet -dumpbase fract.c -mpentium -O3 -version -o /var/tmp/cc016512.s cc1: Invalid option `pentium' GNU C version 2.7.2 (80386, BSD syntax) compiled by GNU C version 2.7.2. vulture% -------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601312236.WAA16530>