j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Can someone please advise the right cross-gcc configure script settings they are using to build OpenBIOS for sparc32 ?
I'm on Solaris 10 (Sparc) and need to know what your OpenBIOS environment returns for "gcc -v"
I tried to build GCC 3.4.6 for target "sparc-sun-sunos4.1.4" but am now wondering if perhaps I should be building it for "sparc-sun-elf" or similar.
Please advise by sending me your "gcc -v" settings so I can get myself out of this mess.
Thanks
Jason
* Armistead, Jason Jason.Armistead@otis.com [060610 15:17]:
Can someone please advise the right cross-gcc configure script settings they are using to build OpenBIOS for sparc32 ?
I'm on Solaris 10 (Sparc) and need to know what your OpenBIOS environment returns for "gcc -v"
I tried to build GCC 3.4.6 for target "sparc-sun-sunos4.1.4" but am now wondering if perhaps I should be building it for "sparc-sun-elf" or similar.
This should actually work fine.
Please advise by sending me your "gcc -v" settings so I can get myself out of this mess.
Since this is on a linux system (using dan kegel's crosstool) I am not sure whether it will help..
sparc-linux-gcc -v Using built-in specs. Target: sparc-linux Configured with: /data/rpmbuild/BUILD/crosstool-0.42/build/gcc-4.1.0-glibc-2.3.2/sparc-linux/gcc-4.1.0/configure --target=sparc-linux --host=x86_64-host_unknown-linux-gnu --prefix=/opt/crosstool/gcc-4.1.0-glibc-2.3.2/sparc-linux --with-headers=/opt/crosstool/gcc-4.1.0-glibc-2.3.2/sparc-linux/sparc-linux/include --with-local-prefix=/opt/crosstool/gcc-4.1.0-glibc-2.3.2/sparc-linux/sparc-linux --disable-nls --enable-threads=posix --enable-symvers=gnu --enable-__cxa_atexit --enable-languages=c,c++ --enable-shared --enable-c99 --enable-long-long Thread model: posix gcc version 4.1.0
Stefan