mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-14 15:28:20 +00:00
Added POOLFLAGS option to run pool allocation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7624 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -77,7 +77,16 @@ ifeq ($(TRACEM), yes)
|
|||||||
TRACELIBS := -L$(LEVEL)/test/Libraries/Output -linstr.$(ARCH)
|
TRACELIBS := -L$(LEVEL)/test/Libraries/Output -linstr.$(ARCH)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LLCLIBS += -lm
|
POOLFLAGS =
|
||||||
|
DOPOOLALLOC =
|
||||||
|
## If POOLALLOC is "yes", set the opt flag and the POOLLIBS varoab;e
|
||||||
|
ifeq ($(POOLALLOC), yes)
|
||||||
|
POOLFLAGS += -poolalloc
|
||||||
|
DOPOOLALLOC = yes
|
||||||
|
POOLLIBS := -L$(LEVEL)/test/Libraries/Output
|
||||||
|
endif
|
||||||
|
|
||||||
|
LLCLIBS := $(LLCLIBS) -lm
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
$(RM) -f a.out core
|
$(RM) -f a.out core
|
||||||
|
Reference in New Issue
Block a user