summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libiberty/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/libiberty/package.py')
-rw-r--r--var/spack/repos/builtin/packages/libiberty/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/libiberty/package.py b/var/spack/repos/builtin/packages/libiberty/package.py
index e22451d3a8..48417b6a24 100644
--- a/var/spack/repos/builtin/packages/libiberty/package.py
+++ b/var/spack/repos/builtin/packages/libiberty/package.py
@@ -5,12 +5,12 @@
from spack import *
-
# Libiberty has two homes: binutils and gcc. This package uses the
# binutils tarfile but only builds the libiberty subdirectory. This
# is useful for other packages that want the demangling functions
# without the rest of binutils.
+
class Libiberty(AutotoolsPackage, GNUMirrorPackage):
"""The libiberty.a library from GNU binutils. Libiberty provides
demangling and support functions for the GNU toolchain."""