aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Collapse)Author
2019-02-24Define __GNUC__=4 and __STRICT_ANSI__ by defaultMichael Forney
We implement some GNU extensions that are used to implement certain libc features, like INF, NAN, alloca, and offsetof.
2019-02-13config.def.h: Define __signed__, used by linux headersMichael Forney
2019-02-12Allow overriding DYNAMICLINKER in config.def.hMichael Forney
2019-02-12Initial importMichael Forney