diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2012-06-10 11:33:12 +0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-06-10 20:09:22 +0000 |
commit | f492b82d673d58066a0f7856b00157fbe7860a9d (patch) | |
tree | 57e2e493463efe09ae9c11f06b333c3103ab4cda /configure | |
parent | e8de1ea849176812765bf30514f66c5450a1edc6 (diff) |
target-xtensa: switch to AREG0-free mode
Add env parameter to every helper function that needs it, update
'configure' script.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3675,7 +3675,7 @@ symlink "$source_path/Makefile.target" "$target_dir/Makefile" case "$target_arch2" in - alpha | sparc*) + alpha | sparc* | xtensa*) echo "CONFIG_TCG_PASS_AREG0=y" >> $config_target_mak ;; esac |