]> Git Repo - binutils.git/blobdiff - sim/m32r/configure
sim: m32r: migrate from WITH_DEVICES to WITH_HW
[binutils.git] / sim / m32r / configure
index 00d3316879ce0e33f0b84d15665666fa5de610e5..6b9c76ef3858b21ef46ce5d8995fd547322e1864 100755 (executable)
 
 
 
-if test """"; then
-  hardware=""""
+if test ""; then
+  hardware=""
 else
   hardware="cfi core pal glue"
 fi
-hardware="$hardware """
+hardware="$hardware m32r_cache m32r_uart"
 
 sim_hw_cflags="-DWITH_HW=1"
 sim_hw="$hardware"
This page took 0.037914 seconds and 4 git commands to generate.