diff options
Diffstat (limited to 'sim/frv/configure')
-rwxr-xr-x | sim/frv/configure | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sim/frv/configure b/sim/frv/configure index 52a30ab..30c7c81 100755 --- a/sim/frv/configure +++ b/sim/frv/configure @@ -12130,13 +12130,7 @@ fi -if test """"; then - hardware="""" -else - hardware="cfi core pal glue" -fi -hardware="$hardware """ - +hardware="cfi core pal glue " sim_hw_cflags="-DWITH_HW=1" sim_hw="$hardware" sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`" |