mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
-fstack-protector only needs a small amount of runtime support to work on native builds. It increases code size by ~1.5% on ARM/MIPS; -fstack-protector-strong adds 3-4%. This is disabled by default and must be enabled by passing '--with-stack-protector' to configure. Change-Id: If952e711d3673c9b469895f08c7bff70b3d95df6 |
||
|---|---|---|
| .. | ||
| arm | ||
| m68k | ||
| mips | ||
| beep.c | ||
| corelock.c | ||
| ffs.c | ||
| lcd-as-memframe-24bit.c | ||
| lcd-as-memframe.c | ||
| memcpy.c | ||
| memmove.c | ||
| mempcpy.c | ||
| memset.c | ||
| memset16.c | ||
| pcm-mixer.c | ||
| SOURCES | ||
| stack-protector.c | ||
| strlen.c | ||
| thread-unix.c | ||
| thread-win32.c | ||
| thread.c | ||
| thread.h | ||