# Build with nolibc since TPIDR2 is intended to be actively managed by # libc and we're trying to test the functionality that it depends on here.
$(OUTPUT)/tpidr2: tpidr2.c
$(CC) -fno-asynchronous-unwind-tables -fno-ident -s -Os -nostdlib \
-static -include ../../../../include/nolibc/nolibc.h \
-I../.. -ffreestanding -Wall $^ -o $@ -lgcc
Messung V0.5
[ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
]