]> git.pld-linux.org Git - packages/gcc3.git/blame - gcc3.spec
- shouldn't be called just gcc3
[packages/gcc3.git] / gcc3.spec
CommitLineData
1cda293f 1#
7b53b8dd 2# TODO:
3# - fix ada build errors
4# - provide as full gcc 3.x as possible without conflicting with gcc 4.x
463dc0f9
JB
5# - should be named gcc3.4 or so, gcc3 is too ambiguous
6# (there were 4 different ABIs and very different compatibility issues)
7b53b8dd 7#
1cda293f 8# Conditional build:
9%bcond_without cxx
10%bcond_with fortran
11%bcond_with ada # build without ADA support
12%bcond_with java # build without Java support
13%bcond_with objc # build without ObjC support
14%bcond_with ssp # build with stack-smashing protector support
15%bcond_with multilib # build with multilib support
16%ifnarch amd64 ppc64 s390x sparc64
17%undefine with_multilib
18%endif
19#
20Summary: GNU Compiler Collection: the C compiler and shared files
21