Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Specifically, we keep config.config.environment but strip
config.config.hermetic. Also update the INSTALL file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also add ~build2 that contains everything (except config.dist.*) to be used
for build system modules.
|
|
|
|
|
|
|
|
|
|
Also rename the $config.export() function to $config.save().
|
|
|
|
|
|
This is the "default host configuration" that corresponds to how the build
system itself was built. For example:
$ b create: tools/,cc config.import=~host
|
|
|
|
This makes our compilation and linking command lines a little bit saner.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RUNPATH messes up our use of dlopen().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|