Using GCC 3.4.6, I did the standard configure and when I build I get the 
following

/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I.. -I../../common   -DSOLARIS  -g -O2 -Wall -mcpu=v9 -O3 -MT 
slp_atomic.lo -MD -MP -MF .deps/slp_atomic.Tpo -c -o slp_atomic.lo 
../../common/slp_atomic.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../../common -DSOLARIS -g -O2 -Wall 
-mcpu=v9 -O3 -MT slp_atomic.lo -MD -MP -MF .deps/slp_atomic.Tpo -c 
../../common/slp_atomic.c  -fPIC -DPIC -o .libs/slp_atomic.o
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
../../common/slp_atomic.c:1: error: bad value (v9) for -mtune= switch


here are the host info on Sol x86
host_cpu='i386'
host_os='solaris2.9'


The same variables on Sparc
host_cpu='sparc'
host_os='solaris2.9'


It appears that solaris is the only platform in which the '-mcpu' flag 
is used, is it really needed? If so I suspect we need to add an 
additional test in the configure script to test for the CPU info (around 
line 24957).

-Jim

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Openslp-devel mailing list
Openslp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openslp-devel

Reply via email to