Go to file
Stephan Kulow cdacc4248a Accepting request 143414 from devel:gcc
- Rework gcc-info.
  * Install symlinks to the versioned info files and adjust
    install_info calls.  [bnc#756182]
  * Provide uninstall hook that removes the alias entries.

- remove gcc-ada subpackage for those architectures that
  don't have a gccXX-ada package

OBS-URL: https://build.opensuse.org/request/show/143414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc?expand=0&rev=41
2012-11-29 08:23:57 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc?expand=0&rev=1 2007-01-19 11:33:03 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc?expand=0&rev=1 2007-01-19 11:33:03 +00:00
cpp OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc?expand=0&rev=9 2007-11-30 15:11:47 +00:00
gcc.changes - Rework gcc-info. 2012-11-28 14:09:43 +00:00
gcc.spec - Rework gcc-info. 2012-11-28 14:09:43 +00:00
README.packaging OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc?expand=0&rev=1 2007-01-19 11:33:03 +00:00

Packaging GCC
=============

Shared libraries used by programs that are linked _with_ gcc need
to go into separate packages.  Shared library package names should
contain the libraries major .so version to allow parallel installation
of both programs using and gccs linking against those libraries.
An example is the libgfortran and libgfortran2 packages.

The development part of language runtime libraries go into
libFOOver-devel packages and depend on the proper libFOOsover package.


Build variants supported
========================

The gcc packages can build different flavors of compiler packages.

 - The standard compiler packages are installed beyond /usr.

 - Sets of packages for installation beyond /opt/gcc are provided
   if enabled by %{gcc_for_opt} (related: @PREFIX_FOR_OPT@, @LIBDIR_FOR_OPT@,
   @GCC_FOR_OPT@

 - cross.spec.in is used for auto-generation of
   cross-*-gcc-icecream-backend.spec by the change_spec script using
   parts of the configuration from the main compiler.  These packages
   provide tarballs with just cc1 and cc1plus serving as icecream environments.

 - micro-cross.spec.in is a script that is called from change_spec and
   outputs cross-*-gcc.spec files.  These packages provide cross compiler
   environments beyond /opt/cross for C and C++ as a single package.