diff options
author | Alexander Ivchenko <alexander.ivchenko@intel.com> | 2013-09-05 11:01:35 +0000 |
---|---|---|
committer | Kirill Yukhin <kyukhin@gcc.gnu.org> | 2013-09-05 11:01:35 +0000 |
commit | 996746aa210bc2e21c573619b2575f4c075df326 (patch) | |
tree | 0f59f812f7326b969b21ab9cb0759e0371692496 /gcc/config/moxie | |
parent | c370d99fc1834816ab642b5d3b5cfbc57e41830a (diff) | |
download | gcc-996746aa210bc2e21c573619b2575f4c075df326.zip gcc-996746aa210bc2e21c573619b2575f4c075df326.tar.gz gcc-996746aa210bc2e21c573619b2575f4c075df326.tar.bz2 |
linux64.h: Define OPTION_BIONIC and OPTION_UCLIBC.
* config/rs6000/linux64.h: Define OPTION_BIONIC and OPTION_UCLIBC.
* config/rs6000/linux.h: Ditto.
* alpha/linux.h: Ditto.
* config/bfin/uclinux.h: Define TARGET_LIBC_HAS_FUNCTION as
no_c99_libc_has_function.
* config/c6x/uclinux-elf.h: Ditto.
* config/lm32/uclinux-elf.h: Ditto.
* config/m68k/uclinux.h: Ditto.
* config/moxie/uclinux.h: Ditto.
* config.gcc (bfin*-linux-uclibc*): Add t-linux-android to tmake_file.
(crisv32-*-linux*, cris-*-linux*): Ditto.
* config/bfin/bfin.c: Include "tm_p.h".
From-SVN: r202274
Diffstat (limited to 'gcc/config/moxie')
-rw-r--r-- | gcc/config/moxie/uclinux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/moxie/uclinux.h b/gcc/config/moxie/uclinux.h index 498037e..85c65f25 100644 --- a/gcc/config/moxie/uclinux.h +++ b/gcc/config/moxie/uclinux.h @@ -37,3 +37,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see --wrap=mmap --wrap=munmap --wrap=alloca\ %{fmudflapth: --wrap=pthread_create\ }} %{fmudflap|fmudflapth: --wrap=main}" + +#undef TARGET_LIBC_HAS_FUNCTION +#define TARGET_LIBC_HAS_FUNCTION no_c99_libc_has_function |