diff options
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#*=} |