------- Comment #11 from markus dot schoepflin at comsoft dot de  2009-01-12 
14:17 -------
Here is the result of using -### instead of -v:

scho...@area51:~/local/src/tests/gcc/4605> /opt/gcc-4.3.2/bin/gcc -### -c
hello.c -o 'dir test/hello.o'Using built-in specs.
Target: alphaev56-dec-osf5.1b
Configured with: /net/homes/schoepf/local/src/gcc-4.3.2/configure
--prefix=/opt/gcc-4.3.2 --enable-languages=c,c++,ada
--with-mpfr=/opt/mpfr-2.3.1 --with-gmp=/opt/gmp-4.2.2 : (reconfigured)
/net/homes/schoepf/local/src/gcc-4.3.2/configure --prefix=/opt/gcc-4.3.2
--enable-languages=c,c++,ada --with-mpfr=/opt/mpfr-2.3.1
--with-gmp=/opt/gmp-4.2.2 --disable-nls
Thread model: posix
gcc version 4.3.2 (GCC) 
COLLECT_GCC_OPTIONS='-c' '-o' 'dir test/hello.o' '-mcpu=ev56'
 "/vol2/opt/gcc-4.3.2/bin/../libexec/gcc/alphaev56-dec-osf5.1b/4.3.2/cc1"
"-quiet" "-iprefix"
"/vol2/opt/gcc-4.3.2/bin/../lib/gcc/alphaev56-dec-osf5.1b/4.3.2/" "hello.c"
"-quiet" "-dumpbase" "hello.c" "-mcpu=ev56" "-auxbase-strip" "dir test/hello.o"
"-o" "/tmp//ccLLEdGT.s"
COLLECT_GCC_OPTIONS='-c' '-o' 'dir test/hello.o' '-mcpu=ev56'
 "as" "-g" "-oldas" "-c" "-nocpp" "-O0" "-o" "dir test/hello.o"
"/tmp//ccLLEdGT.s"
COLLECT_GCC_OPTIONS='-c' '-o' 'dir test/hello.o' '-mcpu=ev56'

"/vol2/opt/gcc-4.3.2/bin/../libexec/gcc/alphaev56-dec-osf5.1b/4.3.2/mips-tfile"
"-o" "dir test/hello.o" "/tmp//ccLLEdGT.s"
COMPILER_PATH=/vol2/opt/gcc-4.3.2/bin/../libexec/gcc/alphaev56-dec-osf5.1b/4.3.2/:/vol2/opt/gcc-4.3.2/bin/../libexec/gcc/
LIBRARY_PATH=/vol2/opt/gcc-4.3.2/bin/../lib/gcc/alphaev56-dec-osf5.1b/4.3.2/:/vol2/opt/gcc-4.3.2/bin/../lib/gcc/:/usr/lib/cmplrs/cc/:/vol2/opt/gcc-4.3.2/bin/../lib/gcc/alphaev56-dec-osf5.1b/4.3.2/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-c' '-o' 'dir test/hello.o' '-mcpu=ev56'


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4605

Reply via email to