mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-10 14:43:54 +08:00
739d875dd6
Remove the MN10300 arch as the hardware is defunct. Suggested-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David Howells <dhowells@redhat.com> cc: Masahiro Yamada <yamada.masahiro@socionext.com> cc: linux-am33-list@redhat.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
#
|
|
# Feature name: stackprotector
|
|
# Kconfig: HAVE_CC_STACKPROTECTOR
|
|
# description: arch supports compiler driven stack overflow protection
|
|
#
|
|
-----------------------
|
|
| arch |status|
|
|
-----------------------
|
|
| alpha: | TODO |
|
|
| arc: | TODO |
|
|
| arm: | ok |
|
|
| arm64: | ok |
|
|
| blackfin: | TODO |
|
|
| c6x: | TODO |
|
|
| cris: | TODO |
|
|
| frv: | TODO |
|
|
| h8300: | TODO |
|
|
| hexagon: | TODO |
|
|
| ia64: | TODO |
|
|
| m32r: | TODO |
|
|
| m68k: | TODO |
|
|
| microblaze: | TODO |
|
|
| mips: | ok |
|
|
| nios2: | TODO |
|
|
| openrisc: | TODO |
|
|
| parisc: | TODO |
|
|
| powerpc: | TODO |
|
|
| s390: | TODO |
|
|
| score: | TODO |
|
|
| sh: | ok |
|
|
| sparc: | TODO |
|
|
| tile: | TODO |
|
|
| um: | TODO |
|
|
| unicore32: | TODO |
|
|
| x86: | ok |
|
|
| xtensa: | ok |
|
|
-----------------------
|