From dfe5fff3eaab1285cd1565fa0a33e5acd13b279c Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 27 Jul 2009 16:12:40 +0200 Subject: change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION} Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- target-mips/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-mips') diff --git a/target-mips/cpu.h b/target-mips/cpu.h index bb9a49b..5115cd6 100644 --- a/target-mips/cpu.h +++ b/target-mips/cpu.h @@ -14,7 +14,7 @@ // uint_fast8_t and uint_fast16_t not in // 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 -- cgit v1.1