Opened 17 months ago

Last modified 13 months ago

#18474 closed bug

PPC buildtools: the build is broken. — at Version 2

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 khallebal)

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 (2)

comment:1 by khallebal, 17 months ago

Description: modified (diff)

comment:2 by khallebal, 17 months ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.