diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-01-27 22:43:25 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-01-27 22:43:25 -0800 |
commit | cd47c091ba6f7d6d9a98c85fc5729a434c99d4ea (patch) | |
tree | 9c347ec958c9e2c01787c73c6f5f4a0ac992a634 /samples/powerpc-e500v2-linux-gnuspe | |
parent | efd8225d2ae1745a6cc797323777dacb08430fca (diff) | |
download | crosstool-ng-cd47c091ba6f7d6d9a98c85fc5729a434c99d4ea.tar.gz crosstool-ng-cd47c091ba6f7d6d9a98c85fc5729a434c99d4ea.tar.bz2 crosstool-ng-cd47c091ba6f7d6d9a98c85fc5729a434c99d4ea.zip |
eglibc: Remove eglibc support
As posted on http://www.eglibc.org/
====================
EGLIBC is no longer developed and such goals are now being addressed
directly in GLIBC.
====================
I'm not interested in maintaining build support for unsupported
software.
Older branches of crosstool-ng continue to have eglibc support.
If you find issues with older branches, I'm always open to pull
requests.
Removing eglibc also frees up glibc cleanup and build optimization.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'samples/powerpc-e500v2-linux-gnuspe')
-rw-r--r-- | samples/powerpc-e500v2-linux-gnuspe/reported.by | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/powerpc-e500v2-linux-gnuspe/reported.by b/samples/powerpc-e500v2-linux-gnuspe/reported.by index 90220192..1a507dcb 100644 --- a/samples/powerpc-e500v2-linux-gnuspe/reported.by +++ b/samples/powerpc-e500v2-linux-gnuspe/reported.by @@ -1,7 +1,7 @@ reporter_name="Anthony Foiani <anthony.foiani@gmail.com>" reporter_url="http://sourceware.org/ml/crossgcc/2010-09/msg00100.html" reporter_comment="This is a sample config file for Freescale e500v2 processors (e.g., MPC8548, -MPC8572). It uses eglibc (for e500/SPE patches) and a recent gcc (4.6.0, +MPC8572). It uses glibc (for e500/SPE support) and a recent gcc (4.6.0, for e500v2 DPFP support) and will generate appropriate dual-precision floating point instructions by default. |