On 5/17/21 5:21 AM, Laurent Vivier wrote:
-#define UNAME_MACHINE "sparc"
+#ifdef TARGET_SPARC64
+# define UNAME_MACHINE "sparc64"
+#else
+# define UNAME_MACHINE "sparc"
+#endif
  #define UNAME_MINIMUM_RELEASE "2.6.32"

Is it intended to have now an uname defined to "sparc64" with sparc32plus?
(it was "sparc" before this change).

I hadn't noticed before, but AFAICS, the change is correct.


r~

Reply via email to