From c1799a846285764de588533e21e61167a33f5a8f Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 14 Jun 2013 15:19:07 +0100 Subject: build: rename TARGET_ARCH2 to TARGET_NAME Do not introduce any new use yet. Signed-off-by: Paolo Bonzini Message-id: 1370349928-20419-3-git-send-email-pbonzini@redhat.com Signed-off-by: Peter Maydell --- scripts/create_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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=*) -- cgit v1.2.3