diff options
author | P. J. McDermott <pjm@nac.net> | 2014-01-22 18:04:54 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-01-22 18:04:54 (EST) |
commit | d6ba06f152d3f38b865fed6a29390677fc879722 (patch) | |
tree | 1c1a946b8be249471f4c26beab3b9629d997d9b7 /libc.6-dbg.pkg/control | |
parent | 4fd941d8f16c596bfc1e93a8f139c64feb65058f (diff) |
Build all packages for any-any-glibc.
The "eglibc" architecture string component is being renamed to "glibc"
because EGLIBC is expected to be discontinued after the 2.19 release and
all we care about in the architecture string is the ABI.
Diffstat (limited to 'libc.6-dbg.pkg/control')
-rw-r--r-- | libc.6-dbg.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc.6-dbg.pkg/control b/libc.6-dbg.pkg/control index 3a5e578..0d623a1 100644 --- a/libc.6-dbg.pkg/control +++ b/libc.6-dbg.pkg/control @@ -1,4 +1,4 @@ -Architecture: any-any-eglibc +Architecture: any-any-eglibc any-any-glibc Platform: all Depends: libc.6 (= ${Binary-Version}) Description: Embedded GNU C Library - debugging symbols |