Opened 17 months ago
Closed 13 months ago
#18474 closed bug (fixed)
PPC buildtools: the build is broken.
Reported by: | khallebal | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta5 |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | PowerPC |
Description (last modified by )
A bunch of these errors in the same file, the sysc4.h https://github.com/haiku/buildtools/blob/master/gcc/gcc/config/rs6000/sysv4.h#L773 header file up to the line 913 + the line 1740 in https://github.com/haiku/buildtools/blob/master/gcc/gcc/gcc.c#L1740.
/buildtools/gcc/gcc/config/rs6000/sysv4.h:773:9: error: expected '}' before 'GNU_USER_TARGET_LIB_SPEC' 773 | :" GNU_USER_TARGET_LIB_SPEC "}"
/home/khaled/Desktop/work/haiku-dir/buildtools/gcc/gcc/gcc.c:1740:65: error: expected unqualified-id before '}' token 1740 | static const struct spec_list_1 extra_specs_1[] = { EXTRA_SPECS }; | ^ /home/khaled/Desktop/work/haiku-dir/buildtools/gcc/gcc/gcc.c:1740:65: error: expected declaration before '}' t
Change History (3)
comment:1 by , 17 months ago
Description: | modified (diff) |
---|
comment:2 by , 17 months ago
Description: | modified (diff) |
---|
comment:3 by , 13 months ago
Milestone: | Unscheduled → R1/beta5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Should be fixed with btrev43210