From: bangerth Date: Tue, 4 Sep 2007 04:04:25 +0000 (+0000) Subject: Base x86 darwin on ppc darwin. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89636858ef4421d6a97e406bd66341a5c1728a60;p=dealii-svn.git Base x86 darwin on ppc darwin. git-svn-id: https://svn.dealii.org/trunk@15113 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/hierarchy.pl b/tests/hierarchy.pl index c53cd987e1..8a255057be 100644 --- a/tests/hierarchy.pl +++ b/tests/hierarchy.pl @@ -59,6 +59,11 @@ $hierarchy{"x86_64-unknown-linux-gnu+icc10"} = "x86_64-unknown-linux-gnu+icc9"; $hierarchy{"powerpc-apple-darwin8.8.0+gcc4.0"} = "generic"; $hierarchy{"powerpc-apple-darwin8.10.0+gcc4.0"} = "powerpc-apple-darwin8.8.0+gcc4.0"; +# derive mac os x from mac os x because they use the same random number +# generator +$hierarchy{"i386-apple-darwin8.10.1+gcc4.0"} = "powerpc-apple-darwin8.10.0+gcc4.0"; + + $configuration = $ARGV[0]; # first check whether the given configuration is known at all. if not,