logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

no-maint-opcodes.patch (934B)


  1. SPDX-FileCopyrightText: 2022 Dor Askayo <dor.askayo@gmail.com>
  2. SPDX-FileCopyrightText: 2023 fosslinux <fosslinux@aussies.space>
  3. SPDX-License-Identifier: GPL-3.0-or-later
  4. Ensure i386-tbl.h dependencies are satisfied.
  5. --- binutils-2.41/opcodes/Makefile.am 2023-12-08 17:13:05.669136957 +1100
  6. +++ binutils-2.41/opcodes/Makefile.am 2023-12-08 17:13:18.410480026 +1100
  7. @@ -540,7 +540,7 @@
  8. # i386-gen will generate all headers in one go. Use a pattern rule to properly
  9. # express this, with the inner dash ('-') arbitrarily chosen to be the stem.
  10. $(srcdir)/i386%tbl.h $(srcdir)/i386%init.h $(srcdir)/i386%mnem.h: \
  11. - @MAINT@ i386-gen$(EXEEXT_FOR_BUILD) i386-opc.tbl i386-reg.tbl i386-opc.h
  12. + i386-gen$(EXEEXT_FOR_BUILD) i386-opc.tbl i386-reg.tbl i386-opc.h
  13. $(AM_V_GEN)$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) - \
  14. < $(srcdir)/i386-opc.tbl \
  15. | ./i386-gen$(EXEEXT_FOR_BUILD) --srcdir $(srcdir)