#14167 closed bug (not reproducible)
Makefile Engine Fixup for GCC 7
Reported by: | CodeforEvolution | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
It seems the make file engine needs to be fixed up for the new gcc 7. For example, the -I- option used in the past to include directories is actually obsolete now. Either way, it recommends using -iquote as an alternative to -I-.
Change History (3)
comment:1 by , 6 years ago
Component: | Build System → - General |
---|---|
Owner: | changed from | to
Priority: | high → normal |
Type: | task → bug |
comment:2 by , 6 years ago
Resolution: | → not reproducible |
---|---|
Status: | new → closed |
comment:3 by , 5 years ago
Remove milestone for tickets with status = closed and resolution != fixed
Note:
See TracTickets
for help on using tickets.
It seems to already be the case:
https://git.haiku-os.org/haiku/tree/data/develop/makefile-engine#n146
Please provide a test case and a log output.