vapier      15/08/05 07:06:12

  Modified:             uname-test.c
  Log:
  add avr32 support that is already in the latest patchset

Revision  Changes    Path
1.7                  src/patchsets/coreutils/uname-test/uname-test.c

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/uname-test/uname-test.c?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/uname-test/uname-test.c?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/uname-test/uname-test.c?r1=1.6&r2=1.7

Index: uname-test.c
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/coreutils/uname-test/uname-test.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- uname-test.c        5 Aug 2015 07:05:37 -0000       1.6
+++ uname-test.c        5 Aug 2015 07:06:12 -0000       1.7
@@ -123,6 +123,7 @@
                { "alpha",     "cpu model",    "system type" },
                { "amd64",     "model name",   "vendor_id" },
                { "arm",       "Processor",    "Hardware" },
+               { "avr32",     "processor",    "cpu family" },
                { "bfin",      "CPU",          "BOARD Name" },
                { "cris",      "cpu",          "cpu model" },
                { "frv",       "CPU-Core",     "System" },




Reply via email to