Finalize removal of U3_LIB

This commit is contained in:
Raymond Pasco 2016-08-29 13:06:41 -04:00
parent 228b0fb20d
commit 9e24f8caa0
2 changed files with 2 additions and 4 deletions

View File

@ -33,8 +33,6 @@ ENDIAN=little
#
BIN=bin
LIB=.
# Only include/link with this if it exists.
# (Mac OS X El Capitan clean install does not have /opt)
ifneq (,$(wildcard /opt/local/.))
@ -82,7 +80,7 @@ LIBS=-lssl -lcrypto -lgmp -lncurses -lsigsegv $(OSLIBS)
endif
INCLUDE=include
MDEFINES=-DU3_OS_$(OS) -DU3_OS_ENDIAN_$(ENDIAN) -D U3_LIB=\"$(LIB)\"
MDEFINES=-DU3_OS_$(OS) -DU3_OS_ENDIAN_$(ENDIAN)
DEBUG=no

View File

@ -606,7 +606,7 @@ is `c3y` if you want to test the garbage-collector, `c3n`
otherwise. `dir_c` is the directory for the pier files.
`u3m_boot()` expects an `urbit.pill` file to load the kernel
from. It will try first `$dir/.urb.urbit.pill`, then `U3_LIB`.
from. This is specified with the -B commandline option.
Any significant computation with nouns, certainly anything Turing
complete, should be run (a) virtualized and (b) in an inner road.