diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-06-14 15:19:07 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2013-06-14 15:33:10 +0100 |
commit | c1799a846285764de588533e21e61167a33f5a8f (patch) | |
tree | 59e61315d26b41f6f061e8799b7d8e87b129be9a /scripts | |
parent | c14518e94251c5c0857915a5cef102f23abf1e8b (diff) | |
download | hqemu-c1799a846285764de588533e21e61167a33f5a8f.zip hqemu-c1799a846285764de588533e21e61167a33f5a8f.tar.gz |
build: rename TARGET_ARCH2 to TARGET_NAME
Do not introduce any new use yet.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1370349928-20419-3-git-send-email-pbonzini@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/create_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create_config b/scripts/create_config index 258513a..6461ef6 100755 --- a/scripts/create_config +++ b/scripts/create_config @@ -94,7 +94,7 @@ case $line in TARGET_ABI_DIR=*) # do nothing ;; - TARGET_ARCH2=*) + TARGET_NAME=*) # do nothing ;; TARGET_DIRS=*) |