CFLAGS for irix mipspro and gcc compiler (gcc does not work yet).
authortwisti <none@none>
Tue, 7 Dec 2004 12:08:45 +0000 (12:08 +0000)
committertwisti <none@none>
Tue, 7 Dec 2004 12:08:45 +0000 (12:08 +0000)
configure.in

index 2c033ccf567622e5826883f3bb5077e6396c59f2..1ca3dc6684d433df1f150efaacb3115aebc684ef 100644 (file)
@@ -28,8 +28,14 @@ i386* | i486* | i586* | i686* )
 mips* )
        ARCH_DIR="mips"
         STATIC_CLASSPATH="1"
-       CFLAGS="-64 -O2 -OPT:Olimit=0 -g -woff 1110,1164,1515 -D__MIPS__"
-       LIBS="-lelfutil"
+
+dnl for MIPSPro Compiler
+dnl    CFLAGS="-64 -O0 -g3 -OPT:Olimit=0 -woff 1110,1164,1515 -D__MIPS__ -D__MIPSEB__"
+       CFLAGS="-64 -O0 -g3 -D__MIPS__ -D__MIPSEB__"
+
+dnl for GCC
+dnl    CFLAGS="-O0 -mabi=64 -g3 -D__MIPS__ -D__MIPSEB__"
+dnl    LDFLAGS="-mabi=64"
        ;;
 
 powerpc* | ppc* )