diff options
author | Brad King <brad.king@kitware.com> | 2016-09-08 13:50:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-08 13:50:31 (GMT) |
commit | f2c98e125fe0d7d59ce3ff58928d20ad41066685 (patch) | |
tree | 2486ecebbb9ebf5563bd73f35af6726401fb44c5 /Utilities/KWIML | |
parent | aa6682802eecd0434088c16b51d198fea619b76d (diff) | |
parent | e83b96b793dbe9d525fc878f7e8df8304079e35d (diff) | |
download | CMake-f2c98e125fe0d7d59ce3ff58928d20ad41066685.zip CMake-f2c98e125fe0d7d59ce3ff58928d20ad41066685.tar.gz CMake-f2c98e125fe0d7d59ce3ff58928d20ad41066685.tar.bz2 |
Merge branch 'upstream-KWIML' into update-kwiml
* upstream-KWIML:
KWIML 2016-09-08 (d564b3c7)
Closes: #16290
Diffstat (limited to 'Utilities/KWIML')
-rw-r--r-- | Utilities/KWIML/Copyright.txt | 2 | ||||
-rw-r--r-- | Utilities/KWIML/include/kwiml/abi.h | 6 | ||||
-rw-r--r-- | Utilities/KWIML/include/kwiml/int.h | 2 | ||||
-rw-r--r-- | Utilities/KWIML/src/version.h.in | 2 |
4 files changed, 8 insertions, 4 deletions
diff --git a/Utilities/KWIML/Copyright.txt b/Utilities/KWIML/Copyright.txt index a6204b0..515c4eb 100644 --- a/Utilities/KWIML/Copyright.txt +++ b/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 diff --git a/Utilities/KWIML/include/kwiml/abi.h b/Utilities/KWIML/include/kwiml/abi.h index 3626361..5ffd542 100644 --- a/Utilities/KWIML/include/kwiml/abi.h +++ b/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." diff --git a/Utilities/KWIML/include/kwiml/int.h b/Utilities/KWIML/include/kwiml/int.h index b297ace..489c603 100644 --- a/Utilities/KWIML/include/kwiml/int.h +++ b/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 diff --git a/Utilities/KWIML/src/version.h.in b/Utilities/KWIML/src/version.h.in index e58e0dc..0ac8854 100644 --- a/Utilities/KWIML/src/version.h.in +++ b/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 |