Kaynağa Gözat

Merge branch 'upstream-KWIML' into update-kwiml

* upstream-KWIML:
  KWIML 2016-09-08 (d564b3c7)

Closes: #16290
Brad King 9 yıl önce
ebeveyn
işleme
f2c98e125f

+ 1 - 1
Utilities/KWIML/Copyright.txt

@@ -1,5 +1,5 @@
 Kitware Information Macro Library
-Copyright 2010-2015 Kitware, Inc.
+Copyright 2010-2016 Kitware, Inc.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

+ 5 - 1
Utilities/KWIML/include/kwiml/abi.h

@@ -1,6 +1,6 @@
 /*============================================================================
   Kitware Information Macro Library
-  Copyright 2010-2015 Kitware, Inc.
+  Copyright 2010-2016 Kitware, Inc.
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
@@ -467,6 +467,10 @@ suppression macro KWIML_ABI_NO_VERIFY was defined.
 #elif defined(__XTENSA_EL__)
 # define KWIML_ABI_ENDIAN_ID KWIML_ABI_ENDIAN_ID_LITTLE
 
+/* RISC-V */
+#elif defined(__riscv__)
+# define KWIML_ABI_ENDIAN_ID KWIML_ABI_ENDIAN_ID_LITTLE
+
 /* Unknown CPU */
 #elif !defined(KWIML_ABI_NO_ERROR_ENDIAN)
 # error "Byte order of target CPU unknown."

+ 1 - 1
Utilities/KWIML/include/kwiml/int.h

@@ -1,6 +1,6 @@
 /*============================================================================
   Kitware Information Macro Library
-  Copyright 2010-2015 Kitware, Inc.
+  Copyright 2010-2016 Kitware, Inc.
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without

+ 1 - 1
Utilities/KWIML/src/version.h.in

@@ -1,6 +1,6 @@
 /*============================================================================
   Kitware Information Macro Library
-  Copyright 2010-2015 Kitware, Inc.
+  Copyright 2010-2016 Kitware, Inc.
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without