<<On Wed, 5 Jun 2013 02:43:14 GMT, [email protected] said:
> May be fallout from http://svnweb.freebsd.org/changeset/ports/319866 .
More likely, r319875 makes *exactly* this change:
Index: config.sub
===================================================================
--- config.sub (revision 319874)
+++ config.sub (revision 319875)
@@ -473,6 +473,12 @@
basic_machine=a29k-none
os=-bsd
;;
+ amd64)
+ basic_machine=x86_64-pc
+ ;;
+ amd64-*)
+ basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
+ ;;
amdahl)
basic_machine=580-amdahl
os=-sysv
...and I can confirm that rolling back to r319483 fixes the problem.
-GAWollman
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ruby
To unsubscribe, send any mail to "[email protected]"