aboutsummaryrefslogtreecommitdiff
path: root/emconfigure
AgeCommit message (Collapse)Author
2013-04-25Change to fit in with Alon's coding style.Andreas Bergmeier
2013-04-25Change `Building.make` and `Building.configure` to raise a ↵Andreas Bergmeier
`CalledProcessError` when the underlying command's `returncode` is not 0. Handle all calls inside of `shared.py` to ignore the error, so behavior does not change. Handle error in `emmake` and `emconfigure`, so these exit with the `returncode` of the underlying command.
2012-12-19Updated scripts to call python2 directly rather than relying on python ↵Alan Kligman
symlink pointing to the right place. See PEP394 for details on why this should be OK.
2012-10-01CONFIGURE_CC option to let you define the compiler used when configure-ingAlon Zakai
2011-12-21emmake and emconfigure docsAlon Zakai
2011-12-14initial prep for emcc by defaultAlon Zakai