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