Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
use-gprbuild-for-projects.diff | Use gprbuild for projects, improve handling of build flags Completely ignore Makefile and drive the gnat projects directly. . Move LDFLAGS from Library_Options to Leading_Library_Options, for options like --as-needed. . Append CPPFLAGS to CFLAGS for C compilations. . Gprbuild handles External_As_List, removing the need to preprocess the projects. |
Nicolas Boulenguez | no | |||
remove-pack-pragma-when-c-convention.diff | pragma Pack for a record may invalidate C convention for fields GCC-6 now warns about this. | Nicolas Boulenguez <nicolas@debian.org> | no |