diff options
author | P. J. McDermott <pjm@nac.net> | 2013-04-07 14:11:39 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-04-07 14:11:39 (EDT) |
commit | 475d9da71611494d4356ce62a311243b9b9bf401 (patch) | |
tree | 525aef83955c49b2ef288ce72bc51a97d6d1a4f8 /libgcc.1.pkg/control | |
parent | 09cc3b9c7e43523df2b2a3285cea00cd5625e22d (diff) |
Add some binary package metadata.
Diffstat (limited to 'libgcc.1.pkg/control')
-rw-r--r-- | libgcc.1.pkg/control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgcc.1.pkg/control b/libgcc.1.pkg/control new file mode 100644 index 0000000..c8dd515 --- /dev/null +++ b/libgcc.1.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Depends: gcc-4.7-common (= ${Binary-Version}) +Description: GCC low-level runtime library + This package provides libgcc, a low-level runtime library that contains + routines for arithmetic operations not performed by the host processor, + exception handling, instruction cache clearing, and stack segment iteration. |