diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-09-07 21:13:48 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2010-09-07 14:13:48 -0700 |
commit | 274eec6c00df9b16bfa254cb230e6c35145106a9 (patch) | |
tree | 71d00b921f03223790b9b228cf7a303e8df76ac5 /gcc | |
parent | a68b5e5247b3b8047aa104e39b61a7d8f6cfa57b (diff) | |
download | gcc-274eec6c00df9b16bfa254cb230e6c35145106a9.zip gcc-274eec6c00df9b16bfa254cb230e6c35145106a9.tar.gz gcc-274eec6c00df9b16bfa254cb230e6c35145106a9.tar.bz2 |
Don't append t-android for Android targets.
2010-09-07 H.J. Lu <hongjiu.lu@intel.com>
* config.gcc: Don't append t-android for Android targets.
* config/t-android: Removed.
From-SVN: r163969
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config.gcc | 1 | ||||
-rw-r--r-- | gcc/config/t-android | 23 |
3 files changed, 6 insertions, 24 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bca06ce..6dbb436 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2010-09-07 H.J. Lu <hongjiu.lu@intel.com> + + * config.gcc: Don't append t-android for Android targets. + + * config/t-android: Removed. + 2010-09-07 Richard Henderson <rth@redhat.com> * target.def (TARGET_ASM_EMIT_EXCEPT_PERSONALITY): New hook. diff --git a/gcc/config.gcc b/gcc/config.gcc index 3c093b3..d33d1c6 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -571,7 +571,6 @@ case ${target} in case $target in *-*-*android*) tm_defines="$tm_defines ANDROID_DEFAULT=1" - tmake_file="${tmake_file} t-android" ;; *) tm_defines="$tm_defines ANDROID_DEFAULT=0" diff --git a/gcc/config/t-android b/gcc/config/t-android deleted file mode 100644 index 373bb9d..0000000 --- a/gcc/config/t-android +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright (C) 2010 -# Free Software Foundation, Inc. -# -# This file is part of GCC. -# -# GCC is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) -# any later version. -# -# GCC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with GCC; see the file COPYING3. If not see -# <http://www.gnu.org/licenses/>. - -# Use unwind-dw2-fde -LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde.c \ - $(srcdir)/unwind-sjlj.c $(srcdir)/gthr-gnat.c $(srcdir)/unwind-c.c -LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c |