summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.tools
Commit message (Expand)AuthorAgeFilesLines
* Addiditons by John-Mark-Bellmono/atari-supportOle Loots2012-07-091-16/+12
* Added atari TARGET and m68k-atari-mint cross-compiler support.Ole Loots2012-07-031-0/+45
* Use patsubst to ensure trailing / get removed from dirs, so testtools can be ...Daniel Silverstone2012-06-291-2/+2
* Allow Makefile.tools to find the test tools etc, and use NSSHARED as the root...Daniel Silverstone2012-06-291-1/+3
* Initial rework to have Makefile.tools find itself and set NSBUILDDaniel Silverstone2012-06-291-2/+8
* Add experimental support for building with Open64Rob Kendrick2012-06-131-0/+3
* Make compatible with newer clang version output which can include distributor...Rob Kendrick2012-03-271-5/+4
* Remove -N from AmigaOS ldflagsJohn Mark Bell2012-01-291-3/+0
* Add -N to LDFLAGS for AmigaOS native and cross compilationJohn Mark Bell2012-01-021-1/+4
* Add -N to amiga LDFLAGSJohn Mark Bell2011-12-241-1/+1
* Make sure we don't override PKG_CONFIG_PATH from the environmentDaniel Silverstone2011-03-131-1/+1
* Include $(PREFIX)/lib/pkgconfig in the pkg-config search pathJohn Mark Bell2011-03-131-5/+10
* Undefine __STRICT_ANSI__ for AmigaOS targetsJohn Mark Bell2011-03-091-2/+2
* Fix tooling detection for amigaos4 cross compilationJohn Mark Bell2011-03-091-4/+9
* Add GREPJohn Mark Bell2011-02-051-0/+2
* Ensure that perl is invoked using its absolute path on RISC OSJohn Mark Bell2011-02-051-0/+16
* Detecting apple clang and building universal binaries with clang and gcc on M...Sven Weidauer2011-01-231-0/+6
* Rudimentary MSYS supportJohn Mark Bell2011-01-231-1/+10
* Default GCCSDK_INSTALL_* to /opt/netsurf/arm-unknown-riscos/... if present.John Mark Bell2010-12-301-2/+15
* Default toolchain location is /opt/netsurf/...John Mark Bell2010-12-301-3/+2
* First cut at AmigaOS cross-build supportJohn Mark Bell2010-12-291-0/+31
* Simplistic clang support, based on Makefile.gcc. Bare minimum of changes.Rob Kendrick2010-12-201-0/+4
* Pass -DDEBUG when BUILD=debug in addition to passing -DNDEBUG when BUILD=releaseRob Kendrick2010-12-081-2/+2
* Create pkg-config macro libraryJohn Mark Bell2010-12-041-0/+5
* Actually fix RISC OS native build with GCC3.Michael Drake2010-04-061-0/+4
* Fix RISC OS native build with GCC3. Probably breaks build with Norcroft.Michael Drake2010-04-061-2/+6
* Make toolchain autodetection more robust.John Mark Bell2010-03-101-19/+17
* Beginnings of support for multiple toolchainsJohn Mark Bell2010-03-061-102/+66
* Remove reliance on external pkg-config wrapper scriptJohn Mark Bell2010-01-241-1/+1
* 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