1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/native
Kaspar Schleiser a78689874a cpu/native: add -no-pie to LINKFLAGS
This fixes the following warning on newer gcc/ld:

```
/usr/bin/ld: examples/hello-world/bin/native/cpu/tramp.o: warning: relocation against `_native_saved_eip' in read-only section `.text'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
```
2021-11-10 20:38:25 +01:00
..
dist native: add and use reset script to reset certain PID 2019-12-03 09:51:52 +01:00
drivers boards/native: add native_drivers module to Kconfig 2020-11-18 10:07:58 +01:00
include boards/native: lock EUI64 provider to ZEP interface 2021-06-08 14:01:03 +02:00
board_init.c boards: fix doxygen grouping 2018-06-11 19:12:02 +02:00
doc.txt boards/native: Document flashpage support 2021-05-11 10:28:03 +02:00
Kconfig boards/native: add native_drivers module to Kconfig 2020-11-18 10:07:58 +01:00
Makefile native: don't use NATIVEINCLUDES in board and board/drivers 2019-08-06 09:44:19 +02:00
Makefile.dep Merge pull request #15430 from benpicco/boards/native-zep 2020-12-01 12:16:41 +01:00
Makefile.features boards: move CPU/CPU_MODEL definition to Makefile.features 2019-08-20 16:11:50 +02:00
Makefile.include cpu/native: add -no-pie to LINKFLAGS 2021-11-10 20:38:25 +01:00