diff options
author | P. J. McDermott <pjm@nac.net> | 2013-05-18 12:25:16 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-18 12:25:16 (EDT) |
commit | 275c6d69c9e7e3e1d4f7ad18354d2471f16458f1 (patch) | |
tree | 4668216ed40bb32c3b3992937439d3ba2b654a15 /gcc.pkg.in/control | |
parent | da6571d75ad299cfbe3984930c86cecf3be29401 (diff) |
Make gcc and g++ target-specific.
Diffstat (limited to 'gcc.pkg.in/control')
-rw-r--r-- | gcc.pkg.in/control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc.pkg.in/control b/gcc.pkg.in/control new file mode 100644 index 0000000..2f73ff2 --- /dev/null +++ b/gcc.pkg.in/control @@ -0,0 +1,7 @@ +Package: gcc +Architecture: all +Depends: cpp (>= 0.1), gcc-4.6 (>= 4.6.2-1) +Description: GNU C compiler for @PKG_TARGET_ARCH@ + This is the GNU C compiler, a fairly portable optimizing compiler for C. + . + This package depends on the default version of the GNU C compiler. |