mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
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.
13 lines
382 B
Plaintext
13 lines
382 B
Plaintext
--- 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}"
|
|
;;
|