Added rpm4 original port

This commit is contained in:
2024-10-11 11:20:25 +02:00
parent 7c770cfb90
commit 6265e3ee84
14 changed files with 510 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- tools/elfdeps.c.orig 2023-01-16 16:44:45 UTC
+++ tools/elfdeps.c
@@ -84,7 +84,7 @@
if (ehdr->e_ident[EI_CLASS] == ELFCLASS64) {
switch (ehdr->e_machine) {
case EM_ALPHA:
- case EM_FAKE_ALPHA:
+ case EM_ALPHA_STD:
/* alpha doesn't traditionally have 64bit markers */
break;
default: