Changeset 4bee4c4 in rtems-source-builder
- Timestamp:
- 01/16/18 22:29:24 (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source-builder/config/gcc-common-1.cfg
r85d51a4 r4bee4c4 31 31 # 32 32 %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 33 43 34 44 # … … 152 162 --disable-lto \ 153 163 --enable-newlib-io-c99-formats \ 164 %{?disable_MAKEINFO:MAKEINFO=missing} \ 154 165 %{?with_iconv:--enable-newlib-iconv} \ 155 166 %{?with_iconv:--enable-newlib-iconv-encodings=%{_newlib_iconv_encodings}} \
Note: See TracChangeset
for help on using the changeset viewer.