From 38673369a4d5fb69795e8e3b2cf584b7c176dc11 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Sat, 15 Apr 2017 02:08:10 +0200 Subject: Recognise AMD zen. --- config.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.sub') diff --git a/config.sub b/config.sub index 4618cf079..5e24dd7ae 100755 --- a/config.sub +++ b/config.sub @@ -102,7 +102,7 @@ itanium | itanium2) test_cpu=ia64 ;; pentium | pentiummmx | pentiumpro | pentium[234m] | k[567] | k6[23] | geode | athlon | viac3*) test_cpu=i386 ;; -athlon64 | atom | silvermont | goldmont | core2 | corei* | opteron | k[89] | k10 | bobcat | jaguar* | bulldozer* | piledriver* | steamroller* | excavator* | nano | nehalem* | westmere* | sandybridge* | ivybridge* | haswell* | broadwell* | skylake* | kabylake* | knightslanding) +athlon64 | atom | silvermont | goldmont | core2 | corei* | opteron | k[89] | k10 | bobcat | jaguar* | bulldozer* | piledriver* | steamroller* | excavator* | zen | nano | nehalem* | westmere* | sandybridge* | ivybridge* | haswell* | broadwell* | skylake* | kabylake* | knightslanding) test_cpu=x86_64 ;; power[2-9] | power2sc) test_cpu=power ;; -- cgit v1.2.1