summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.avr32
diff options
context:
space:
mode:
authorMarkos Chandras <markos.chandras@imgtec.com>2012-11-23 12:36:33 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-02-20 13:45:10 +0100
commitbff4f0be36f8582b4912027ae063854c17f5e7a2 (patch)
treec1bcd801366b973ce6e2f6097fb4d8957a8088a7 /extra/Configs/Config.avr32
parent6a69d7fc632129310b76dd373379261420fadebf (diff)
Config.in: Introduce symbol for arches with deprecated syscalls
Linuxthreads(old and new) need deprecated syscalls to build. Existing architectures support these system calls but new architectures don't. This symbol has no functional change apart from hidding the Linuxthreads symbols from arches that don't support them. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra/Configs/Config.avr32')
-rw-r--r--extra/Configs/Config.avr321
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.avr32 b/extra/Configs/Config.avr32
index cbadb4cf5..5fcd6f216 100644
--- a/extra/Configs/Config.avr32
+++ b/extra/Configs/Config.avr32
@@ -11,6 +11,7 @@ config FORCE_OPTIONS_FOR_ARCH
bool
default y
select ARCH_BIG_ENDIAN
+ select ARCH_HAS_DEPRECATED_SYSCALLS
select FORCE_SHAREABLE_TEXT_SEGMENTS
choice