Opened 10 years ago
Closed 9 years ago
#11990 closed enhancement (fixed)
[Patch] GCC 5 build fix.
Reported by: | mt | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Tested GCC 5 (5.1.0-RC-20150412). I think more work needed.
- Add '-fgnu89-inline' flag to libroot/posix/glibc, since GCC 5 changed 'extern inline' semantics.
https://gcc.gnu.org/gcc-5/porting_to.html . - Change GUNC == 4 to GNUC >= 4.
Attachments (1)
Change History (3)
comment:1 by , 10 years ago
patch: | 0 → 1 |
---|
by , 10 years ago
Attachment: | 0001-Fix-GCC-5-build.2.patch added |
---|
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied everything that was not done yet in hrev49726.
Note:
See TracTickets
for help on using tickets.
spelling fix, GUNC -> GNUC