diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-09-07 17:48:51 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2010-09-07 10:48:51 -0700 |
commit | c811b2a5880a9b56451162099b48bc32c37c4022 (patch) | |
tree | d779624177ed78b80defb283d97c4eaf9f5e2174 /gcc/config.gcc | |
parent | 3bc6b3e6fc40559519e7078c3f549d0e87bdf8be (diff) | |
download | gcc-c811b2a5880a9b56451162099b48bc32c37c4022.zip gcc-c811b2a5880a9b56451162099b48bc32c37c4022.tar.gz gcc-c811b2a5880a9b56451162099b48bc32c37c4022.tar.bz2 |
Use config/t-android for Android targets.
2010-09-07 H.J. Lu <hongjiu.lu@intel.com>
* config.gcc: Append t-android for Android targets.
* config/t-android: New.
From-SVN: r163962
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index d33d1c6..3c093b3 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -571,6 +571,7 @@ 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" |