diff options
author | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2013-01-23 15:24:52 +0000 |
---|---|---|
committer | Michael Eager <eager@gcc.gnu.org> | 2013-01-23 15:24:52 +0000 |
commit | c77291841ca9414189cfdaf69c41d2ac56f921f7 (patch) | |
tree | be253afd9515304ff902552f0928eef49e568024 /gcc/config | |
parent | dc62d7d151e6645b5ec0dae816379065d45edb75 (diff) | |
download | gcc-c77291841ca9414189cfdaf69c41d2ac56f921f7.zip gcc-c77291841ca9414189cfdaf69c41d2ac56f921f7.tar.gz gcc-c77291841ca9414189cfdaf69c41d2ac56f921f7.tar.bz2 |
Add TARGET_OS_CPP_BUILTINS for microblaze*-linux
From-SVN: r195408
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/microblaze/linux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/microblaze/linux.h b/gcc/config/microblaze/linux.h index 9ff8b8a..c0255f7 100644 --- a/gcc/config/microblaze/linux.h +++ b/gcc/config/microblaze/linux.h @@ -33,3 +33,6 @@ -dynamic-linker %(dynamic_linker)} \ %{static:-static}}" +/* For the microblaze-*-linux* subtarget. */ +#undef TARGET_OS_CPP_BUILTINS +#define TARGET_OS_CPP_BUILTINS() GNU_USER_TARGET_OS_CPP_BUILTINS() |