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/config.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/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 0 insertions, 1 deletions
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" |