Remove makefile CFG_USE_SNAP_LIBS_FOR_STAGE1 hack
It didn't work as intended, due to my lack of Makefile-fu
This commit is contained in:
parent
c9c5ee252a
commit
49e59e4ba7
2 changed files with 3 additions and 30 deletions
|
@ -57,13 +57,6 @@ else
|
|||
CFG_STDLIB_DEFAULT = $(2)/$(CFG_STDLIB)
|
||||
endif
|
||||
|
||||
# Uncomment this to temporarily use the snapshot's runtime for stage1.
|
||||
# This is useful when making incompatible changes to the parts of the
|
||||
# runtime used directly by the compiler -- the binaries built by the
|
||||
# snapshot won't know about the changes yet. Don't leave this on. Turn
|
||||
# it on, shapshot, and turn it off again.
|
||||
CFG_USE_SNAP_LIBS_FOR_STAGE1 = 1
|
||||
|
||||
# version-string calculation
|
||||
CFG_GIT_DIR := $(CFG_SRC_DIR).git
|
||||
CFG_VERSION = prerelease
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue