linux/arch/cris/arch-v10/lib
Paul Gortmaker 7b91747d42 cris: Remove old legacy "-traditional" flag from arch-v10/lib/Makefile
Most of these have been purged years ago.  This one silently lived
on until commit 69349c2dc0

    "kconfig: fix IS_ENABLED to not require all options to be defined"

In the above, we use some macro trickery to create a conditional that
is valid in CPP and in C usage.  However that trickery doesn't sit
well if you have the legacy "-traditional" flag enabled.  You'll get:

  AS      arch/cris/arch-v10/lib/checksum.o
In file included from <command-line>:4:0:
include/linux/kconfig.h:23:0: error: syntax error in macro parameter list
make[2]: *** [arch/cris/arch-v10/lib/checksum.o] Error 1

Everything builds fine w/o "-traditional" so simply drop it from this
location as well.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
2012-04-19 11:17:04 +02:00
..
Makefile cris: Remove old legacy "-traditional" flag from arch-v10/lib/Makefile 2012-04-19 11:17:04 +02:00
checksum.S CRIS v10: Remove duplicated folding of carry from lib/checksum.S, it is not needed. 2008-02-08 11:06:32 +01:00
checksumcopy.S CRIS v10: Remove duplicated folding of carry from lib/checksumcopy.S, it is not needed. 2008-02-08 11:06:32 +01:00
csumcpfruser.S
dmacopy.c CRISv10: Trivial fixes. 2010-05-25 15:00:52 +02:00
dram_init.S CRIS v10: Remove useless CVS id and log from lib/dram_init.S 2008-02-08 11:06:31 +01:00
hw_settings.S CRISv10: Whitespace fixes for hw_settings.S 2010-05-25 15:04:06 +02:00
memset.c cris: import memset.c from newlib: fixes compile error with newer (pre4.3) gcc 2008-02-14 20:58:04 -08:00
old_checksum.c tree-wide: Assorted spelling fixes 2010-02-09 11:13:56 +01:00
string.c CRIS: Import string.c (memcpy) from newlib: fixes compile error with gcc 4 2008-03-04 16:35:13 -08:00
usercopy.c cris: correct usage of __user for copy to and from user space in lib/usercopy and uaccess.h 2008-03-04 16:35:16 -08:00