simotek commented on this pull request.


> @@ -1103,6 +1111,12 @@ static void defaultMachine(rpmrcCtx ctx, const char ** 
> arch, const char ** os)
 #              endif
 #      endif
 
+#if defined(__linux__)
+       /* in linux, lets rename parisc to hppa */
+       if (rstreq(un.machine, "parisc"))
+           strcpy(un.machine, "hppa");

Done

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/254#discussion_r127185577
_______________________________________________
Rpm-maint mailing list
[email protected]
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to