summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.tools
Commit message (Collapse)AuthorAgeFilesLines
* Set extra CFLAGS for Amiga m68k build to improve performanceChris Young2019-07-281-0/+4
|
* ensure fedora gcc gives us all the version infoVincent Sanders2018-10-041-1/+1
|
* Enable sanitize target for new gccs and clangDaniel Silverstone2018-07-281-0/+19
|
* Update tooling to use MACPorts library pathsVincent Sanders2016-02-081-0/+7
|
* cope with Apple clang versionVincent Sanders2016-02-061-0/+4
|
* Update documentation generationVincent Sanders2015-06-241-0/+6
|
* Add support for INCLUDEDIR in pkg-config files.Adrien Destugues2015-03-211-0/+5
|
* add freebsd to buildsystem toolingVincent Sanders2014-12-211-0/+8
|
* Fix BUILD/HOST confusionVincent Sanders2014-12-191-28/+32
| | | | | | | The recent buildsystem improvements now use BUILD and HOST to set the ABI of the system doing the building and the ABI being targeted. Unfortunately we got these the wrong way round, this fixes that confusion.
* Only set CC__ if we're cross compilingJohn-Mark Bell2014-11-161-3/+2
|
* Do not guess identity of CC for native buildsJohn-Mark Bell2014-11-161-5/+10
|
* Migrate to target tripletsJohn-Mark Bell2014-11-161-270/+101
|
* spell bison correctlyVincent Sanders2014-05-021-1/+1
|
* add tooling support for OpenBSDVincent Sanders2014-05-011-0/+15
|
* add support for multilibrelease/1.1David Tardon2014-01-131-0/+5
| | | | | | | | Linux distributions typically put 64-bit libraries into /usr/lib64 to allow coexistence of 32-bit and 64-bit libraries on one system. The build system should make allowance for this. Signed-off-by: John-Mark Bell <jmb@netsurf-browser.org>
* add coldfire atariVincent Sanders2012-10-131-0/+22
|
* use more portable ccache detectionVincent Sanders2012-08-201-1/+1
|
* add ccache supportVincent Sanders2012-08-201-3/+12
|
* stop amiga target referring to mingw install environmentVincent Sanders2012-07-231-1/+1
|
* update windows buildtools to use our mingw toolchain buildVincent Sanders2012-07-231-9/+29
|
* Add env to Atari GCCSDK_INSTALL_ENV.John-Mark Bell2012-07-091-1/+1
|
* 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
| | | | | | found svn path=/trunk/tools/buildsystem/; revision=14000
* Allow Makefile.tools to find the test tools etc, and use NSSHARED as the ↵Daniel Silverstone2012-06-291-1/+3
| | | | | | root of everything svn path=/trunk/tools/buildsystem/; revision=13997
* Initial rework to have Makefile.tools find itself and set NSBUILDDaniel Silverstone2012-06-291-2/+8
| | | | svn path=/trunk/tools/buildsystem/; revision=13996
* Add experimental support for building with Open64Rob Kendrick2012-06-131-0/+3
| | | | svn path=/trunk/tools/buildsystem/; revision=13963
* Make compatible with newer clang version output which can include ↵Rob Kendrick2012-03-271-5/+4
| | | | | | distributor name as first word svn path=/trunk/tools/buildsystem/; revision=13738
* Remove -N from AmigaOS ldflagsJohn Mark Bell2012-01-291-3/+0
| | | | svn path=/trunk/tools/buildsystem/; revision=13413
* Add -N to LDFLAGS for AmigaOS native and cross compilationJohn Mark Bell2012-01-021-1/+4
| | | | svn path=/trunk/tools/buildsystem/; revision=13368
* Add -N to amiga LDFLAGSJohn Mark Bell2011-12-241-1/+1
| | | | svn path=/trunk/tools/buildsystem/; revision=13345
* Make sure we don't override PKG_CONFIG_PATH from the environmentDaniel Silverstone2011-03-131-1/+1
| | | | svn path=/trunk/tools/buildsystem/; revision=12024
* Include $(PREFIX)/lib/pkgconfig in the pkg-config search pathJohn Mark Bell2011-03-131-5/+10
| | | | svn path=/trunk/tools/buildsystem/; revision=12012
* Undefine __STRICT_ANSI__ for AmigaOS targetsJohn Mark Bell2011-03-091-2/+2
| | | | svn path=/trunk/tools/buildsystem/; revision=11948
* Fix tooling detection for amigaos4 cross compilationJohn Mark Bell2011-03-091-4/+9
| | | | svn path=/trunk/tools/buildsystem/; revision=11947
* Add GREPJohn Mark Bell2011-02-051-0/+2
| | | | svn path=/trunk/tools/buildsystem/; revision=11613
* Ensure that perl is invoked using its absolute path on RISC OSJohn Mark Bell2011-02-051-0/+16
| | | | svn path=/trunk/tools/buildsystem/; revision=11611
* Detecting apple clang and building universal binaries with clang and gcc on ↵Sven Weidauer2011-01-231-0/+6
| | | | | | Mac OS X. svn path=/trunk/tools/buildsystem/; revision=11461
* Rudimentary MSYS supportJohn Mark Bell2011-01-231-1/+10
| | | | svn path=/trunk/tools/buildsystem/; revision=11460
* Default GCCSDK_INSTALL_* to /opt/netsurf/arm-unknown-riscos/... if present.John Mark Bell2010-12-301-2/+15
| | | | | | Fall back to /home/riscos/... if not. svn path=/trunk/tools/buildsystem/; revision=11175
* Default toolchain location is /opt/netsurf/...John Mark Bell2010-12-301-3/+2
| | | | svn path=/trunk/tools/buildsystem/; revision=11159
* First cut at AmigaOS cross-build supportJohn Mark Bell2010-12-291-0/+31
| | | | svn path=/trunk/tools/buildsystem/; revision=11137
* Simplistic clang support, based on Makefile.gcc. Bare minimum of changes.Rob Kendrick2010-12-201-0/+4
| | | | svn path=/trunk/tools/buildsystem/; revision=11110
* Pass -DDEBUG when BUILD=debug in addition to passing -DNDEBUG when BUILD=releaseRob Kendrick2010-12-081-2/+2
| | | | svn path=/trunk/tools/buildsystem/; revision=11026
* Create pkg-config macro libraryJohn Mark Bell2010-12-041-0/+5
| | | | svn path=/trunk/tools/buildsystem/; revision=10966
* Actually fix RISC OS native build with GCC3.Michael Drake2010-04-061-0/+4
| | | | svn path=/trunk/tools/buildsystem/; revision=10252
* Fix RISC OS native build with GCC3. Probably breaks build with Norcroft.Michael Drake2010-04-061-2/+6
| | | | svn path=/trunk/tools/buildsystem/; revision=10251
* Make toolchain autodetection more robust.John Mark Bell2010-03-101-19/+17
| | | | svn path=/trunk/tools/buildsystem/; revision=10125
* Beginnings of support for multiple toolchainsJohn Mark Bell2010-03-061-102/+66
| | | | svn path=/trunk/tools/buildsystem/; revision=10104
* Remove reliance on external pkg-config wrapper scriptJohn Mark Bell2010-01-241-1/+1
| | | | svn path=/trunk/tools/buildsystem/; revision=9882