aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-06-14 15:19:07 +0100
committerPeter Maydell <peter.maydell@linaro.org>2013-06-14 15:33:10 +0100
commitc1799a846285764de588533e21e61167a33f5a8f (patch)
tree59e61315d26b41f6f061e8799b7d8e87b129be9a /scripts
parentc14518e94251c5c0857915a5cef102f23abf1e8b (diff)
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-xscripts/create_config2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create_config b/scripts/create_config
index 258513a887..6461ef6059 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=*)