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/m68k | |
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/m68k')
-rw-r--r-- | gcc/config/m68k/uclinux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/m68k/uclinux.h b/gcc/config/m68k/uclinux.h index 8d74312..b1af7d2 100644 --- a/gcc/config/m68k/uclinux.h +++ b/gcc/config/m68k/uclinux.h @@ -67,3 +67,6 @@ along with GCC; see the file COPYING3. If not see sections. */ #undef M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P #define M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P 1 + +#undef TARGET_LIBC_HAS_FUNCTION +#define TARGET_LIBC_HAS_FUNCTION no_c99_libc_has_function |