diff options
Diffstat (limited to 'sim')
-rw-r--r-- | sim/bfin/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/bfin/configure | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog index 7a4aea7..244f087 100644 --- a/sim/bfin/ChangeLog +++ b/sim/bfin/ChangeLog @@ -1,3 +1,7 @@ +2011-03-29 Mike Frysinger <vapier@gentoo.org> + + * configure: Regenerate after common/aclocal.m4 changes. + 2011-03-28 Robin Getz <robin.getz@analog.com> * bfin-sim.c (decode_dsp32alu_0): Cast high 16bits of A0.W to bs16 diff --git a/sim/bfin/configure b/sim/bfin/configure index 70e038d..c05f6d9 100755 --- a/sim/bfin/configure +++ b/sim/bfin/configure @@ -5074,7 +5074,7 @@ fi if test ""; then hardware="" else - hardware="core pal glue" + hardware="cfi core pal glue" fi hardware="$hardware \ bfin_cec \ |