]> git.pld-linux.org Git - packages/gcc.git/blame - gcc.spec
- update
[packages/gcc.git] / gcc.spec
CommitLineData
a9e887db 1#
59503cd5 2# TODO:
879e4a8d
JB
3# - fix libtool(/usr/lib64/../lib64/libgcj.la)
4# i.e. normalize libdir in *.la
75b46569 5# - gconf peer? (but libgcj needs split anyway)
c9994009
AM
6# - files:
7# /usr/lib/gcc/i686-pld-linux/4.2.0/libgfortranbegin.la
8# /usr/lib/lib-gnu-awt-xlib.a
9# /usr/lib/lib-gnu-awt-xlib.la
10# /usr/lib/lib-gnu-awt-xlib.so.8.0.0
59503cd5 11#
a9e887db 12# Conditional build:
b4e5a90f 13%bcond_without ada # build without ADA support
ee2977fa 14%bcond_without cxx # build without C++ support
1a1d3d91 15%bcond_without fortran # build without Fortran support
b4e5a90f 16%bcond_without java # build without Java support
7d320b70
PS
17%bcond_without objc # build without Objective-C support
18%bcond_without objcxx # build without Objective-C++ support
75b46569
JB
19%bcond_without alsa # don't build libgcj ALSA MIDI interface
20%bcond_without dssi # don't build libgcj DSSI MIDI interface
21%bcond_without gtk # don't build libgcj GTK peer
22%bcond_without qt # don't build libgcj Qt peer
840a4d6d 23%bcond_with multilib # build with multilib support (it needs glibc[32&64]-devel)
13f1bbe3 24%bcond_with profiling # build with profiling
1a1d3d91 25%bcond_without bootstrap # omit 3-stage bootstrap
c48dab66 26%bcond_with tests # torture gcc
1a1d3d91 27
016817b8 28%if !%{with cxx}
ee2977fa
PS
29%undefine with_java
30%undefine with_objcxx
31%endif
32
016817b8 33%if !%{with objc}
7d320b70
PS
34%undefine with_objcxx
35%endif
36
016817b8 37%if !%{with bootstrap}
c3de157e
PS
38%undefine with_profiling
39%endif
40
ae0daccd 41%ifnarch %{x8664} ppc64 s390x sparc64
23d7249a
JB
42%undefine with_multilib
43%endif
1a1d3d91 44
ae2e17eb 45Summary: GNU Compiler Collection: the C compiler and shared files
8a9bb03c 46