* removed STATIC_CLASSPATH for mips
authortwisti <none@none>
Wed, 15 Jun 2005 13:38:19 +0000 (13:38 +0000)
committertwisti <none@none>
Wed, 15 Jun 2005 13:38:19 +0000 (13:38 +0000)
configure.in

index 54452a88582641cf250c6aff0c71e277f1b219d4..f8f8ab7368c2909f7027741283a952a13f752f30 100644 (file)
@@ -33,11 +33,11 @@ i386 | i486 | i586 | i686 )
 
 mips )
        ARCH_DIR="mips"
-        STATIC_CLASSPATH="1"
 
 dnl for MIPSPro Compiler
 dnl    CFLAGS="-64 -OPT:Olimit=0 -woff 1110,1164,1515 -D__MIPS__ -D__MIPSEB__"
        CFLAGS="-64 -OPT:Olimit=0 -D__MIPS__ -D__MIPSEB__"
+dnl    CFLAGS="-D__MIPS__ -D__MIPSEB__"
 
 dnl for GCC
 dnl    CFLAGS="-mabi=64 -D__MIPS__ -D__MIPSEB__"