summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure10
1 files changed, 6 insertions, 4 deletions
diff --git a/tools/configure b/tools/configure
index b01d505c9a..aa787d3708 100755
--- a/tools/configure
+++ b/tools/configure
@@ -3530,6 +3530,7 @@ fi
3530 toolset=''; 3530 toolset='';
3531 t_cpu=''; 3531 t_cpu='';
3532 GCCOPTS=''; 3532 GCCOPTS='';
3533 rbdir='.'
3533 extradefines="$extradefines -DDEBUG" 3534 extradefines="$extradefines -DDEBUG"
3534 appsdir='$(ROOTDIR)/tools/checkwps'; 3535 appsdir='$(ROOTDIR)/tools/checkwps';
3535 output='checkwps.'${modelname}; 3536 output='checkwps.'${modelname};
@@ -3538,10 +3539,8 @@ fi
3538 ;; 3539 ;;
3539 [Dd]) 3540 [Dd])
3540 uname=`uname` 3541 uname=`uname`
3541 simcc "database" 3542 simcc "database-sdl"
3542 toolset=''; 3543 toolset='';
3543 t_cpu='';
3544 GCCOPTS='';
3545 appsdir='$(ROOTDIR)/tools/database'; 3544 appsdir='$(ROOTDIR)/tools/database';
3546 archosrom=''; 3545 archosrom='';
3547 3546
@@ -3553,7 +3552,10 @@ fi
3553 output='database.'${modelname}; 3552 output='database.'${modelname};
3554 ;; 3553 ;;
3555 esac 3554 esac
3556 3555 # architecture, manufacturer and model for the target-tree build
3556 t_cpu="hosted"
3557 t_manufacturer="sdl"
3558 t_model="database"
3557 echo "Database tool build selected" 3559 echo "Database tool build selected"
3558 ;; 3560 ;;
3559 [Ww]) 3561 [Ww])