From 594a0e6217a820c8d0bd04d885b24ced20053ed0 Mon Sep 17 00:00:00 2001 From: pierre Date: Fri, 8 Jun 2012 09:43:09 +0000 Subject: [PATCH] * Adapt to mipsel compiler defining cpumipsel and cpumipsel32 but not cpumips anymore, one missing git-svn-id: trunk@21543 - --- rtl/linux/ostypes.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/linux/ostypes.inc b/rtl/linux/ostypes.inc index 013f045e68..a0bcfa919b 100644 --- a/rtl/linux/ostypes.inc +++ b/rtl/linux/ostypes.inc @@ -307,7 +307,7 @@ CONST MAP_PRIVATE =2; {$ENDIF} - {$if defined(cpumips)} + {$if defined(cpumips) or defined(cpumipsel)} MAP_ANONYMOUS = $800; MAP_GROWSDOWN = $1000; { stack-like segment } MAP_DENYWRITE = $2000; { ETXTBSY }