From 1eb16ad7ec1e96d2cb18558fcbf323ede6a81017 Mon Sep 17 00:00:00 2001 From: sdcc-builder Date: Fri, 5 Sep 2003 09:57:41 +0000 Subject: [PATCH] fix big endian hosts git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2877 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/regression/tests/libmullong.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/support/regression/tests/libmullong.c b/support/regression/tests/libmullong.c index 08523bb8..71959813 100644 --- a/support/regression/tests/libmullong.c +++ b/support/regression/tests/libmullong.c @@ -7,7 +7,8 @@ #define type_{type} #if defined(PORT_HOST) -# if defined(type_c) +# include "../../../../../sdccconf.h" +# if defined(type_c) && !defined(WORDS_BIGENDIAN) # define _SDCC_NO_ASM_LIB_FUNCS 1 # define near # define long int -- 2.30.2