diff options
| author | Juan Quintela | 2009-08-03 14:47:03 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2009-08-10 20:05:46 +0200 |
| commit | 053dd92e8a79fa9c721c8abde722810319eb1925 (patch) | |
| tree | 8ed04f35f0111cafd43fc2cbfdee5a6d365a2f17 /create_config | |
| parent | Consolidate audio flags in configure (diff) | |
| download | qemu-053dd92e8a79fa9c721c8abde722810319eb1925.tar.gz qemu-053dd92e8a79fa9c721c8abde722810319eb1925.tar.xz qemu-053dd92e8a79fa9c721c8abde722810319eb1925.zip | |
We also need TARGET_<arechname> in Makefiles
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Diffstat (limited to 'create_config')
| -rwxr-xr-x | create_config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/create_config b/create_config index 9dcbc5f094..5bc8fb6b41 100755 --- a/create_config +++ b/create_config @@ -55,9 +55,7 @@ case $line in ;; TARGET_ARCH=*) # configuration target_arch=${line#*=} - arch_name=`echo $target_arch | tr '[:lower:]' '[:upper:]'` echo "#define TARGET_ARCH \"$target_arch\"" - echo "#define TARGET_$arch_name 1" ;; TARGET_BASE_ARCH=*) # configuration target_base_arch=${line#*=} |
