94b00b5e27
microcontroller, but i got interested to get a complex FFT working. No stdlibc++ support at this time.
12 lines
387 B
Text
12 lines
387 B
Text
--- configure.in.orig Sun Aug 12 18:18:37 2001
|
|
+++ configure.in Sun Aug 12 18:18:13 2001
|
|
@@ -665,6 +665,9 @@
|
|
target_configdirs="${target_configdirs} target-bsp target-cygmon"
|
|
fi
|
|
;;
|
|
+ avr-*-*)
|
|
+ noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libglosstarget-libiberty"
|
|
+ ;;
|
|
arm-*-oabi*)
|
|
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
|
|
;;
|