aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.extr
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into dwarfBernhard Schommer2015-01-201-2/+6
|\
| * Replaced 8 spaces by tabs.Bernhard Schommer2015-01-161-1/+1
| |
| * Added new target to just remove the cm[iox] files and the build executables.Bernhard Schommer2015-01-161-0/+4
| |
| * Added variable to the Makefile to specify additional linker commands and ↵Bernhard Schommer2015-01-151-2/+2
| | | | | | | | changed the configure script to deactivated the checklink build if needed.
* | Merge branch 'master' into dwarfBernhard Schommer2015-01-121-1/+1
|/ | | | | Conflicts: powerpc/PrintAsm.ml
* Minor bug fixes in configure and Makefile.extrXavier Leroy2014-12-171-2/+3
|
* Use OCaml's .opt compilers when available.Xavier Leroy2014-12-171-16/+49
| | | | Cleanups in configure.
* Replace ocamlbuild by a second-stage makefile to compile the OCaml code and ↵Xavier Leroy2014-11-221-0/+134
produce the executables. configure: add check for GNU make.