aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Assembler.ml
Commit message (Collapse)AuthorAgeFilesLines
* Introduced configuration variable for gnu systems.Bernhard Schommer2017-02-131-2/+2
| | | | | | | The variable gnu_toolchain is true if a gnu toolchain is used and false in all other cases. The variable avoids the explicit test whether the system string is diab and should be easier to change. Bug 20521.
* Use quoted strings.Bernhard Schommer2017-01-181-3/+4
| | | | | | Instead of escaping all newlines etc for the help options use quoted strings. Bug 19872
* Moved assembler and linker into own files.Bernhard Schommer2016-06-241-0/+47
The function to call the assembler and the linker are now in own files like the preprocessor. Bug 19197