diff options
| author | Bryan Hundven <bryanhundven@gmail.com> | 2015-04-07 19:07:13 -0700 |
|---|---|---|
| committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-04-07 19:07:13 -0700 |
| commit | 18175b8d93ca1807236eced0a3389e9b46ecca53 (patch) | |
| tree | 59bda029f3e83cf6df6b88ccfd05060bbf4d3f06 /samples | |
| parent | f54c5f674f618f0b57974857865d1e7b8e5a3916 (diff) | |
| parent | add039fd50be77d2fc03a7a794947e005fcdea12 (diff) | |
| download | crosstool-ng-18175b8d93ca1807236eced0a3389e9b46ecca53.tar.gz crosstool-ng-18175b8d93ca1807236eced0a3389e9b46ecca53.tar.bz2 crosstool-ng-18175b8d93ca1807236eced0a3389e9b46ecca53.zip | |
Merge pull request #37 from bhundven/so_long_to_eglibc
So long to eglibc
Diffstat (limited to 'samples')
| -rw-r--r-- | samples/nios2-elf-mingw32/crosstool.config | 1 | ||||
| -rw-r--r-- | samples/powerpc-e500v2-linux-gnuspe/reported.by | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/samples/nios2-elf-mingw32/crosstool.config b/samples/nios2-elf-mingw32/crosstool.config index 107cf585..2eabf0d3 100644 --- a/samples/nios2-elf-mingw32/crosstool.config +++ b/samples/nios2-elf-mingw32/crosstool.config @@ -263,7 +263,6 @@ CT_LIBC="newlib" CT_LIBC_VERSION="2.2.0" CT_LIBC_newlib=y # CT_LIBC_none is not set -CT_LIBC_eglibc_AVAILABLE=y CT_THREADS="none" CT_LIBC_glibc_AVAILABLE=y CT_LIBC_mingw_AVAILABLE=y 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. |
