> Reverting just this change is inacceptable. It fixes a major regression > for cross-compiling support from your earlier changes, without > introducing a bag of new ones.
I am pretty sure the use case you implemented is not desired on linux or OS X at least. On OS X we already have -arch working. On linux, we should not be specifying an arch and using a toolchain with exactly that triple. We should specify a toolchain and have the current detection system do its magic. You should at a very minimum move this to be NetBSD only. > Joerg Cheers, Rafael _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
