Changeset 4bee4c4 in rtems-source-builder


Ignore:
Timestamp:
01/16/18 22:29:24 (6 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.10
Children:
898134f
Parents:
85d51a4
git-author:
Chris Johns <chrisj@…> (01/16/18 22:29:24)
git-committer:
Chris Johns <chrisj@…> (01/16/18 22:31:47)
Message:

gcc: Add GCC option to build on Linux and do not build the texinfo.

  • GCC on recent Linux systems needs -fgnu89-inline to build.
  • Disable building texinfo. Makeinfo on some hosts breaks the build.

Update #3262

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source-builder/config/gcc-common-1.cfg

    r85d51a4 r4bee4c4  
    3131#
    3232%global _gcclibdir %{_prefix}/lib
     33
     34#
     35# Update the build flags need to build the older gcc with newer compilers.
     36#
     37%define build_cflags %{build_cflags} -fgnu89-inline
     38
     39#
     40# Do not build GCC doco, it seems to break with age.
     41#
     42%define disable_MAKEINFO 1
    3343
    3444#
     
    152162    --disable-lto \
    153163    --enable-newlib-io-c99-formats \
     164    %{?disable_MAKEINFO:MAKEINFO=missing} \
    154165    %{?with_iconv:--enable-newlib-iconv} \
    155166    %{?with_iconv:--enable-newlib-iconv-encodings=%{_newlib_iconv_encodings}} \
Note: See TracChangeset for help on using the changeset viewer.