]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Support x86_64_v[234] architecture levels
authorMichael Schroeder <mls@suse.de>
Mon, 9 Jan 2023 11:34:34 +0000 (12:34 +0100)
committerMichael Schroeder <mls@suse.de>
Mon, 9 Jan 2023 11:34:34 +0000 (12:34 +0100)
src/poolarch.c

index 6727760697caacb5362b9b367b26531f111ae304..e5fb5bf1cc2f05fabd011b2a1decccb7e8413a7a 100644 (file)
 
 static const char *archpolicies[] = {
 #if defined(FEDORA) || defined(MAGEIA)
+  "x86_64_v4", "x86_64_v4:x86_64_v3:x86_64_v2:x86_64:athlon:i686:i586:i486:i386",
+  "x86_64_v3", "x86_64_v3:x86_64_v2:x86_64:athlon:i686:i586:i486:i386",
+  "x86_64_v2", "x86_64_v2:x86_64:athlon:i686:i586:i486:i386",
   "x86_64",    "x86_64:athlon:i686:i586:i486:i386",
 #else
+  "x86_64_v4", "x86_64_v4:x86_64_v3:x86_64_v2:x86_64:i686:i586:i486:i386",
+  "x86_64_v3", "x86_64_v3:x86_64_v2:x86_64:i686:i586:i486:i386",
+  "x86_64_v2", "x86_64_v2:x86_64:i686:i586:i486:i386",
   "x86_64",    "x86_64:i686:i586:i486:i386",
 #endif
   "i686",      "i686:i586:i486:i386",