Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rinigus/pkg-gcc
RPM packaging of GCC for Sailfish
https://github.com/rinigus/pkg-gcc
Last synced: 13 days ago
JSON representation
RPM packaging of GCC for Sailfish
- Host: GitHub
- URL: https://github.com/rinigus/pkg-gcc
- Owner: rinigus
- License: mit
- Created: 2017-09-09T19:29:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T16:31:14.000Z (over 7 years ago)
- Last Synced: 2024-11-10T09:45:29.265Z (about 2 months ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pkg-gcc
RPM packaging of GCC for Sailfish.
This package installs GCC (C and C++) together with its libraries and
headers into /opt/gcc6 . Compiler is configured to use the same ABI as
4.8 series of GCC (`-fabi-version=8 --with-default-libstdcxx-abi=gcc4-compatible`).
This should allow to use the compiled programs on current SFOS and mix the
objects compiled with the different compilers (/opt/gcc6/bin/g++ and
/usr/bin/g++).Here gcc spec is developed and issues can be filed against packaging
in /opt.