diff options
Diffstat (limited to 'libc/sysdeps/linux/i960')
-rw-r--r-- | libc/sysdeps/linux/i960/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/i960/README b/libc/sysdeps/linux/i960/README index db4567a55..0ec5bb63a 100644 --- a/libc/sysdeps/linux/i960/README +++ b/libc/sysdeps/linux/i960/README @@ -16,8 +16,8 @@ prepended underscore -------------------- As the i960 compiler prepends an underscore to symbols, it is critical that -the Config file define C_SYMBOL_PREFIX as - C_SYMBOL_PREFIX = _ +the Config file define __C_SYMBOL_PREFIX__ as + __C_SYMBOL_PREFIX__ = _ to make sure that underscores are applied to symbol names when needed. |