summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.tools
Commit message (Expand)AuthorAgeFilesLines
...
* Fix toolchain discovery.John Mark Bell2010-01-241-5/+4
* Somewhat hacky support for cross-compiling for BeOS/Haiku.John Mark Bell2010-01-241-3/+18
* Use MINGW_INSTALL_ENV, not GCCSDK_INSTALL_ENV when targetting windows.John Mark Bell2010-01-241-6/+6
* Revert previous changes. It turns out that, despite what the documentation sa...John Mark Bell2010-01-061-5/+1
* Let's try that again.John Mark Bell2010-01-061-1/+1
* When targetting RISC OS, the soname needs to be in RO format.John Mark Bell2010-01-061-2/+5
* A couple of tweaks to HOST/TARGET sanitisation. This needs further improvement.John Mark Bell2009-12-061-8/+14
* Actually, we need to make the host tooling the same as the target's in the ca...John Mark Bell2009-11-091-2/+8
* If $(CC) is defaulted, use $(CC__) to determine EXEEXT.John Mark Bell2009-11-091-5/+13
* Fix RISC OS default CXX.John Mark Bell2009-08-291-1/+1
* C++ supportJohn Mark Bell2009-08-261-1/+27
* Remove redundant line.Michael Drake2009-08-101-1/+0
* Testing with install binary.Michael Drake2009-08-101-1/+1
* Some small attempt to prevent compilation failure when crazy uname -s output ...John Mark Bell2009-08-031-1/+5
* Attempt to detect old GCC versions.John Mark Bell2009-08-021-2/+11
* Something approximating support for assembler sources.John Mark Bell2009-07-281-1/+4
* I really hate the __STRICT_ANSI__ nonsense. I've lost count of the number of ...John Mark Bell2009-07-021-1/+1
* Add support for mingw-based cross compilation for Windows.John Mark Bell2009-07-021-2/+22
* Auto-detect whether C compiler is GCC and, if it is, whether it supports simu...John Mark Bell2009-06-201-13/+32
* Using ?= with defaulted variables is stupidJohn Mark Bell2009-05-311-4/+15
* Fix setting of $(CC)John Mark Bell2009-05-301-5/+13
* Drop scan target and just fix up the tooling as appropriateJohn Mark Bell2009-05-301-15/+28
* Update the shared object building in the shared makesystemDaniel Silverstone2009-04-211-1/+1
* Distinguish between building on vanilla BeOS and Haiku.John Mark Bell2009-04-171-4/+23
* It helps if you define the correct variable.John Mark Bell2009-04-171-1/+1
* Default prefix to /boot/common.John Mark Bell2009-04-171-3/+3
* First cut at BeOS/Haiku support.John Mark Bell2009-04-161-0/+22
* Something approximating shared library versioningJohn Mark Bell2009-04-031-1/+5
* Add a new component type -- riscos-moduleJohn Mark Bell2009-03-261-4/+31
* Add xsltprocJohn Mark Bell2009-03-261-0/+2
* Coverage and profile targets no longer recursively invoke make.John Mark Bell2009-03-251-0/+18
* Override default archiver flags to appease Kinnison.John Mark Bell2009-03-251-1/+5
* Don't use SHARED(C,LD)FLAGS when building the test binaries.John Mark Bell2009-03-251-3/+0
* Poke the function name when building for RISC OSJohn Mark Bell2009-03-251-1/+1
* In hindsight, release is a more sensible default build typeJohn Mark Bell2009-03-251-4/+4
* Fix default SHAREDLDFLAGSJohn Mark Bell2009-03-241-1/+1
* A makefile to setup the toolchainJohn Mark Bell2009-03-241-0/+166