Commit ef43c728 by Maxim Kuvyrkov

* config/linux.h: Fix typo in a comment.

From-SVN: r205782
parent 5fa747a7
2013-12-07 Maxim Kuvyrkov <maxim@kugelworks.com>
* config/linux.h: Fix typo in a comment.
2013-12-07 Maxim Kuvyrkov <maxim@kugelworks.com>
* config.gcc (*linux*): Split libc selection from Android support.
Add libc selection to all *linux* targets. Add Android support to
architectures that support it.
(arm*-*-linux-*, i[34567]86-*-linux*, x86_64-*-linux*,)
(mips*-*-linux*): Add Android support.
2013-12-07 Maxim Kuvyrkov <maxim@kugelworks.com>
2013-12-07 Alexander Ivchenko <alexander.ivchenko@intel.com>
Maxim Kuvyrkov <maxim@kugelworks.com>
* config/bfin/uclinux.h, config/c6x/uclinux-elf.h,
* config/lm32/uclinux-elf.h, config/m68k/uclinux.h,
......@@ -117,7 +117,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#else /* !uClinux, i.e., normal Linux */
/* IFUNCs are supportted by glibc, but not by uClibc or Bionic. */
/* IFUNCs are supported by glibc, but not by uClibc or Bionic. */
# undef TARGET_HAS_IFUNC_P
# define TARGET_HAS_IFUNC_P linux_has_ifunc_p
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment