1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-16 04:33:10 +00:00
Files
Interlisp.maiko/bin/makefile-linux.armv7l-x
Bruce Mitchener 41d28e01b5 Fix timer.c compilation on non-x86_64 GNU/Linux. (#104)
`timer.c` uses `F_SETSIG` which is a GNU extension. As such, it
needs `_GNU_SOURCE` to be defined, but this was only done for
x86_64, not the other Linux platforms that we have build system
support for.

Closes interlisp/medley#97.
2020-12-20 17:42:37 +00:00

1.5 KiB