Giacomo Tesio f598a59d81 gcc: remove --posixly, add -9
The GCC option `--posixly` was introduced to enable the compilation
of POSIX code in Jehanne, assuming that building native C code
would have been the default.

However since

- GCC is itself a POSIX program and most programmers that use it
  assume a POSIX environment
- GCC is used as a cross compiler to build Jehanne from POSIX systems
- C++ will never be native in Jehanne (too much complexity for a
  system that want to be simple) and thus will always require a
  POSIX environment to build POSIX C++ code

I decided to invert the logic.

Thus now by default GCC, by default, will build POSIX programs,
loading required libraries and headers from /posix subdirectories.

The new option `-9` will remove such POSIX stuff when compiling
native C programs.
2020-09-06 12:22:37 +02:00
2015-12-22 10:10:07 +00:00
2020-09-06 12:22:37 +02:00
2019-08-11 23:34:45 +02:00
2017-09-01 01:07:26 +02:00
2017-01-20 01:54:11 +01:00
2017-01-20 01:54:11 +01:00
2017-01-20 01:54:11 +01:00
2017-01-20 01:54:11 +01:00
2017-01-20 01:54:11 +01:00
2015-12-22 10:10:07 +00:00
2018-06-05 00:06:00 +02:00
Description
Development tools for Jehanne
310 KiB
Languages
Shell 87.6%
C 11.7%
Makefile 0.7%