add operators library to contain operator-overloads of +/-/*/div/>/>= etc
[riscv-isa-sim.git] / configure
index e453c26d9cccc146189609b000bf3efcf62b8725..d3a585e1c7d90bc0fe9b19a7450d00fbec9b39f5 100755 (executable)
--- a/configure
+++ b/configure
@@ -4838,6 +4838,51 @@ $as_echo "#define SOFTFLOAT_ENABLED /**/" >>confdefs.h
 
 
 
+    # Add subproject to our running list
+
+    subprojects="$subprojects operators"
+
+    # Process the subproject appropriately. If enabled add it to the
+    # $enabled_subprojects running shell variable, set a
+    # SUBPROJECT_ENABLED C define, and include the appropriate
+    # 'subproject.ac'.
+
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: configuring default subproject : operators" >&5
+$as_echo "$as_me: configuring default subproject : operators" >&6;}
+      ac_config_files="$ac_config_files operators.mk:operators/operators.mk.in"
+
+      enable_operators_sproj="yes"
+      subprojects_enabled="$subprojects_enabled operators"
+
+$as_echo "#define OPERATORS_ENABLED /**/" >>confdefs.h
+
+
+
+
+
+
+    # Determine if this is a required or an optional subproject
+
+
+
+    # Determine if there is a group with the same name
+
+
+
+    # Create variations of the subproject name suitable for use as a CPP
+    # enabled define, a shell enabled variable, and a shell function
+
+
+
+
+
+
+
+
+
+
+
     # Add subproject to our running list
 
     subprojects="$subprojects spike_main"
@@ -4894,6 +4939,8 @@ ac_config_files="$ac_config_files riscv-riscv.pc"
 
 ac_config_files="$ac_config_files riscv-softfloat.pc"
 
+ac_config_files="$ac_config_files riscv-operators.pc"
+
 ac_config_files="$ac_config_files riscv-dummy_rocc.pc"
 
 ac_config_files="$ac_config_files riscv-spike_main.pc"
@@ -5592,12 +5639,14 @@ do
     "riscv.mk") CONFIG_FILES="$CONFIG_FILES riscv.mk:riscv/riscv.mk.in" ;;
     "dummy_rocc.mk") CONFIG_FILES="$CONFIG_FILES dummy_rocc.mk:dummy_rocc/dummy_rocc.mk.in" ;;
     "softfloat.mk") CONFIG_FILES="$CONFIG_FILES softfloat.mk:softfloat/softfloat.mk.in" ;;
+    "operators.mk") CONFIG_FILES="$CONFIG_FILES operators.mk:operators/operators.mk.in" ;;
     "spike_main.mk") CONFIG_FILES="$CONFIG_FILES spike_main.mk:spike_main/spike_main.mk.in" ;;
     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "riscv-spike.pc") CONFIG_FILES="$CONFIG_FILES riscv-spike.pc" ;;
     "riscv-riscv.pc") CONFIG_FILES="$CONFIG_FILES riscv-riscv.pc" ;;
     "riscv-softfloat.pc") CONFIG_FILES="$CONFIG_FILES riscv-softfloat.pc" ;;
+    "riscv-operators.pc") CONFIG_FILES="$CONFIG_FILES riscv-operators.pc" ;;
     "riscv-dummy_rocc.pc") CONFIG_FILES="$CONFIG_FILES riscv-dummy_rocc.pc" ;;
     "riscv-spike_main.pc") CONFIG_FILES="$CONFIG_FILES riscv-spike_main.pc" ;;