a147ec1d20
This also makes the port compile (again) under all 64-bit archs. For amd64, patch-ad modifies config.guess to match GCC's expectation of x86_64.
12 lines
382 B
Text
12 lines
382 B
Text
--- configure.in.orig Mon Mar 1 20:27:33 2004
|
|
+++ configure.in Wed Apr 21 11:14:31 2004
|
|
@@ -428,6 +428,9 @@
|
|
arm-*-pe*)
|
|
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
|
|
;;
|
|
+ avr-*-*)
|
|
+ noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libglosstarget-libiberty"
|
|
+ ;;
|
|
arm-*-oabi*)
|
|
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
|
|
;;
|