diff options
author | Juan Quintela <quintela@redhat.com> | 2009-07-27 16:12:40 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:09:16 -0500 |
commit | dfe5fff3eaab1285cd1565fa0a33e5acd13b279c (patch) | |
tree | 205caf75b8db25c460537d9123c7365c8ca179c9 /target-mips/cpu.h | |
parent | a8cd70fc4e932aa00e951b1fd93230336e5125fd (diff) |
change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'target-mips/cpu.h')
-rw-r--r-- | target-mips/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-mips/cpu.h b/target-mips/cpu.h index bb9a49b985..5115cd6fcf 100644 --- a/target-mips/cpu.h +++ b/target-mips/cpu.h @@ -14,7 +14,7 @@ // uint_fast8_t and uint_fast16_t not in <sys/int_types.h> // XXX: move that elsewhere -#if defined(HOST_SOLARIS) && HOST_SOLARIS < 10 +#if defined(CONFIG_SOLARIS) && CONFIG_SOLARIS_VERSION < 10 typedef unsigned char uint_fast8_t; typedef unsigned int uint_fast16_t; #endif |