aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Configuration.ml
Commit message (Expand)AuthorAgeFilesLines
* Removed the open Filename.Bernhard Schommer2015-12-111-9/+8
* Add a target option.Bernhard Schommer2015-12-111-2/+5
* Allow relative paths for the tools.Bernhard Schommer2015-12-011-10/+21
* Allow relative library path.Bernhard Schommer2015-11-301-2/+11
* New option --conf.Bernhard Schommer2015-11-261-18/+30
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-6/+6
* Added the directory ../share/compcert to the search path for .ini files and r...Bernhard Schommer2015-08-231-9/+12
* Removed the version from the compcert.ini file and add it again in a separate...Bernhard Schommer2015-07-011-1/+0
* Provide and use compiler-dependent standard headers.Xavier Leroy2015-04-251-0/+5
* Merge branch 'master' into dwarfBernhard Schommer2015-03-311-0/+27
|\
| * Improvements in the StructReturn transformation (ABI conformance for passing ...Xavier Leroy2015-03-201-0/+27
* | Started implementing the printing functions for the debug info. Added a globa...Bernhard Schommer2015-03-161-0/+6
|/
* Use Unix.create_process instead of Sys.command (continued).Xavier Leroy2014-12-291-62/+63
* Stdlib path is ignored when the configuration has_runtime_lib is set to false.Bernhard Schommer2014-12-151-2/+7
* Removed unused variable and changed the search for the installation directory...Bernhard Schommer2014-12-041-1/+1
* Removed environment variable for the stdlib_path and added a new variable for...Bernhard Schommer2014-10-061-11/+15
* Change the way the tools like the linker, assembler, etc. are specified by in...Bernhard Schommer2014-09-301-0/+86