gcc: map `-9` to a few flags in DRIVER_SELF_SPECS

This commit is contained in:
Giacomo Tesio 2020-09-13 02:25:47 +02:00
parent bab840a411
commit aa17d7cc8a
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@
#undef LIB_SPEC
#define LIB_SPEC "%{!9:%(posixly_lib)} -ljehanne"
#define DRIVER_SELF_SPECS "%{9:-fno-builtin -fno-omit-frame-pointer -fplan9-extensions -fvar-tracking -fvar-tracking-assignments}"
/* Files that are linked before user code.
The %s tells gcc to look for these files in the library directory. */