]> git.pld-linux.org Git - packages/gcc4.git/blame - gcc4.spec
- 4.1.2, builds
[packages/gcc4.git] / gcc4.spec
CommitLineData
4313a5e9
ER
1# TODO
2# - gcc4-c++ collides with gcc-c++:
3# %{_libdir}/libsupc++.a
4# %{_libdir}/libsupc++.la
5# - libgcc4 collides with libgcc:
6# /%{_lib}/libgcc_s.so.1
dfb16231
MM
7#
8# Conditional build:
658584bf 9%bcond_with profiling # build with profiling
d9101cfa 10%bcond_without bootstrap # omit 3-stage bootstrap
455c16b3 11%bcond_without cxx # build without C++ support
7c675e43 12%bcond_with tests # torture gcc
d9101cfa 13
90d494b3 14%if %{without bootstrap}
0d51b8b7
PS
15%undefine with_profiling
16%endif
17
1d363dd2 18%define sname gcc
44aaa0d4 19Summary: GNU Compiler Collection: the C compiler and shared files
064be8f7 20