From dde0ce84caa0beba85dbace519c3df629d1ec489 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 4 Sep 2007 04:04:25 +0000 Subject: [PATCH] Base x86 darwin on ppc darwin. git-svn-id: https://svn.dealii.org/trunk@15113 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/hierarchy.pl | 5 +++++ 1 file changed, 5 insertions(+) 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, -- 2.39.5