summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add ci system toolsVincent Sanders2013-05-102-1/+72
* add dummy clean targetsVincent Sanders2013-04-281-1/+9
* fix tag pattern to release/* so we can match by git refspecrelease/1.0Vincent Sanders2013-04-192-4/+4
* fix dumb extensionVincent Sanders2013-04-191-1/+1
* add dist target and add missing copyright assignmentsVincent Sanders2013-04-192-0/+39
* Add a dist target to generate source distribution tarballs from the most rece...Vincent Sanders2013-04-191-0/+17
* add attributes to ensure .gitignore file sis not exportedVincent Sanders2013-04-181-0/+2
* Use DESTDIR in install tooDaniel Silverstone2013-04-051-1/+1
* Add backslashJohn-Mark Bell2012-10-241-1/+1
* Install binaries with correct permissions.John-Mark Bell2012-10-241-4/+20
* 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
* Fix usage.John-Mark Bell2012-07-201-1/+1
* 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
* Simple README about the shared build systemDaniel Silverstone2012-06-291-0/+24
* Use patsubst to ensure trailing / get removed from dirs, so testtools can be ...Daniel Silverstone2012-06-291-2/+2
* Remove the build/ stuff from the toolsDaniel Silverstone2012-06-290-0/+0
* Allow Makefile.tools to find the test tools etc, and use NSSHARED as the root...Daniel Silverstone2012-06-292-2/+6
* Initial rework to have Makefile.tools find itself and set NSBUILDDaniel Silverstone2012-06-296-7/+13
* Makefile for installing the shared build system stuffDaniel Silverstone2012-06-291-0/+29
* clang supports gcc's __attribute__((aligned))Rob Kendrick2012-06-251-1/+1
* Add experimental support for building with Open64Rob Kendrick2012-06-132-0/+72
* Add accessor for pkg-config variablesJohn Mark Bell2012-05-121-0/+12
* Fix package version extraction. Nothing appears to use this right now.John Mark Bell2012-05-121-1/+1
* 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
* Provide _ALIGNED preprocessor definitionJohn Mark Bell2011-04-013-0/+9
* 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-132-10/+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
* Make the pkgconfig installation indicate it is running sed, so I stop being c...Daniel Silverstone2011-01-251-0/+1
* Pedantic change to flag extension -- we prefer FOO := $(FOO) ... over FOO += ...John Mark Bell2011-01-242-10/+10
* Detecting apple clang and building universal binaries with clang and gcc on M...Sven Weidauer2011-01-233-0/+38
* Rudimentary MSYS supportJohn Mark Bell2011-01-231-1/+10
* Ensure we rm the .a file before running ar. That way stale .o elements in th...Daniel Silverstone2011-01-201-0/+1
* 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-202-0/+36
* Pass -DDEBUG when BUILD=debug in addition to passing -DNDEBUG when BUILD=releaseRob Kendrick2010-12-081-2/+2