[BACK]Return to configure CVS log [TXT][DIR] Up to [local] / prex-old

Diff for /prex-old/configure between version 1.1.1.1.2.1 and 1.2

version 1.1.1.1.2.1, 2008/08/13 17:12:19 version 1.2, 2008/06/03 11:57:04
Line 27 
Line 27 
     --no-debug              disable all debug code      --no-debug              disable all debug code
   
  Supported targets:   Supported targets:
     i386-pc i386-nommu arm-gba      i386-pc i386-nommu arm-gba avr32-ngw100
 USAGE  USAGE
         exit 1          exit 1
 }  }
Line 102 
Line 102 
         platform=`expr "x$target" : 'x[^=]*-\(.*\)'`          platform=`expr "x$target" : 'x[^=]*-\(.*\)'`
   
         case "$arch" in          case "$arch" in
         i386|arm|ppc|sh|mips)          i386|arm|avr32|ppc|sh|mips)
                 ;;                  ;;
         *)          *)
                 quit "Unkown target architecture: $arch"                  quit "Unkown target architecture: $arch"
Line 115 
Line 115 
                 case $arch in                  case $arch in
                 i386)    cross="i386-elf-" ;;                  i386)    cross="i386-elf-" ;;
                 arm)     cross="arm-elf-" ;;                  arm)     cross="arm-elf-" ;;
                   avr32)     cross="avr32-" ;;
                 ppc)     cross="powerpc-eabi-" ;;                  ppc)     cross="powerpc-eabi-" ;;
                 sh)      cross="sh-elf-" ;;                  sh)      cross="sh-elf-" ;;
                 mips)    cross="mips-elf-" ;;                  mips)    cross="mips-elf-" ;;
Line 192 
Line 193 
         # Check gcc options          # Check gcc options
         #          #
         setgccoption "-fno-stack-protector"          setgccoption "-fno-stack-protector"
           setgccoption "-Wno-variadic-macros"
 }  }
   
 main "$@"  main "$@"

Legend:
Removed from v.1.1.1.1.2.1  
changed lines
  Added in v.1.2

CVSweb