This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Simple question.
- From: Sir Ace <chandleg at wizardsworks dot org>
- To: mike stump <mrs at windriver dot com>
- Cc: gcc at gnu dot org
- Date: Wed, 2 Jan 2002 18:37:36 -0800 (PST)
- Subject: Re: Simple question.
It only took forever and a day to get to today, but thanks to you guys:
../gcc-3.0.1/configure --target=$TARGET --prefix=$PREFIX --disable-shared
--host=$TARGET -build=i386-slackware-linux --enable-languages=c,cpp
--disable-shared
{edit makefile for staticness}
make
make install
root@meteor:/usr/src/dreamcast/build-gcc# !file
file /daydream/usr/local/bin/gcc
/daydream/usr/local/bin/gcc: ELF 32-bit LSB executable, Hitachi SH,
version 1, statically linked, not stripped
root@meteor:/usr/src/dreamcast/build-gcc#
Thanks a ton!!!!