commit | 3881725cf0c34b366285e2c9ddda941185c9f861 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Sat Apr 28 05:07:47 2012 +0000 |
committer | Stefan Weil <sw@weilnetz.de> | Thu May 03 07:04:48 2012 +0200 |
tree | 8f23f067bcecb3358ccbf283a473414a61b97ca6 | |
parent | b3412b09e9a437f1e16ca6e63ea78ce97e2dd54c [diff] |
arm-semi: Rename SYS_XXX macros to TARGET_SYS_XXX (fixes compiler warning) SYS_OPEN is already defined in stdio.h of MinGW-w64, therefore the compiler complains when building for w64. Adding the prefix TARGET_ avoids that macro redefinition. xtensa-semi.c also uses the same prefix (but mixed case macros TARGET_SYS_xxx instead of TARGET_SYS_XXX). Signed-off-by: Stefan Weil <sw@weilnetz.de> Acked-by: Peter Maydell <peter.maydell@linaro.org>