mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
Add temporary hack to teach LLVM to reconfigure itself to pick up the new PIC16
AsmPrinter (in AsmPrinters.def). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78922 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -128,8 +128,11 @@ reconfigure:
|
|||||||
$(ConfigStatusScript) --recheck $(ConfigureScriptFLAGS) && \
|
$(ConfigStatusScript) --recheck $(ConfigureScriptFLAGS) && \
|
||||||
$(ConfigStatusScript)
|
$(ConfigStatusScript)
|
||||||
|
|
||||||
|
# FIXME: The PIC16/AsmPrinter line here is a hack to force a reconfigure to pick
|
||||||
|
# up AsmPrinter changes. Remove it after a reasonable delay from 2009-08-13.
|
||||||
|
|
||||||
.PRECIOUS: $(ConfigStatusScript)
|
.PRECIOUS: $(ConfigStatusScript)
|
||||||
$(ConfigStatusScript): $(ConfigureScript)
|
$(ConfigStatusScript): $(ConfigureScript) $(LLVM_SRC_ROOT)/lib/Target/PIC16/AsmPrinter/Makefile
|
||||||
$(Echo) Reconfiguring with $<
|
$(Echo) Reconfiguring with $<
|
||||||
$(Verb) cd $(PROJ_OBJ_ROOT) && \
|
$(Verb) cd $(PROJ_OBJ_ROOT) && \
|
||||||
if test -w $(PROJ_OBJ_ROOT)/config.cache ; then \
|
if test -w $(PROJ_OBJ_ROOT)/config.cache ; then \
|
||||||
|
Reference in New Issue
Block a user