Commit the output of autoconf, as it fails a lat

This commit is contained in:
Palmer Dabbelt 2017-06-22 13:42:32 -07:00
parent 6fa7121516
commit afe5048bab
2 changed files with 211631 additions and 2 deletions

View File

@ -206,12 +206,13 @@ $(OBJDIR)/%/stamps/riscv-openocd/install.stamp: \
mkdir -p $(dir $@)
date > $@
$(OBJDIR)/%/build/riscv-openocd/configure:
$(OBJDIR)/%/build/riscv-openocd/configure: patches/openocd-autoconf.patch
rm -rf $(dir $@)
mkdir -p $(dir $@)
cp -a $(SRC_ROCD)/* $(dir $@)
find $(dir $@) -iname configure.ac | sed s/configure.ac/m4/ | xargs mkdir -p
cd $(dir $@); $(AUTORECONF) -i
patch -d $(dir $@) -p1 < $<
find $(dir $@) -iname configure | xargs chmod +x
touch -c $@
# We might need some extra target libraries for OpenOCD

211628
patches/openocd-autoconf.patch Normal file

File diff suppressed because it is too large Load Diff