summaryrefslogtreecommitdiffstats
path: root/src/gcc.mk
Commit message (Collapse)AuthorAgeFilesLines
* packages gcc libvpx openssl portaudio: use escaped substitution styleTony Theodore2014-02-181-3/+3
| | | | prompted by sample package recipe on @TimothyGu's wiki
* package gcc: enbale shared target libsTony Theodore2014-02-171-3/+10
|
* packages binutils gcc: remove build tools from $(TARGET)/bin and use ↵John W. Eaton2014-02-111-0/+7
| | | | prefixed tools instead
* Merge pull request #320 from tonytheodore/lookup-pkg-ruleTony Theodore2014-02-081-3/+3
|\ | | | | Makefile: refactor lookup of pkg build rules and deps
| * packages gcc sdl_rwhttp: use new-style target-specific depsTony Theodore2014-02-081-3/+3
| |
* | mxe configury: build native pkgconf and centralise various conf filesTony Theodore2014-02-081-53/+1
|/ | | | | | Since we need pkgconf for Cflags.private support, it seems like a logical place for these types of config files instead of being spread over Makefile, binutils, and gcc.
* package gcc: add qt5 to pkgconfig search pathTony Theodore2014-01-311-1/+1
|
* Merge pull request #262 from tonytheodore/cloog-islTony Theodore2013-10-201-1/+3
|\ | | | | add packages cloog isl and use for gcc optimisations
| * add packages cloog isl and use for gcc optimisationsTony Theodore2013-10-191-1/+3
| |
* | package gcc: retry mingw-w64 crt buildTony Theodore2013-10-201-1/+1
|/
* gcc support libraries: build separately in own package rulesTony Theodore2013-10-191-15/+4
|
* update package gccMark Brand2013-10-161-2/+2
|
* package gcc: add gcc to list of symlinks for native buildTony Theodore2013-08-271-1/+1
|
* packages binutils dbus gcc gettext libiconv: enable/disable native buildsTony Theodore2013-08-271-0/+7
|
* package gcc: add target-specific dependenciesTony Theodore2013-08-061-1/+5
|
* package hdf5: add prefixed compiler wrappers and add to cmake toolchain fileTony Theodore2013-07-251-0/+2
|
* Move package versions from index.html back into the src/*.mk filesVolker Grabsch2013-07-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | Most of the automatic conversion was done using the following Python script: import os import re pkgs = sorted(mkfile[:-len('.mk')] for mkfile in os.listdir('src') if mkfile.endswith('.mk')) with open('index.html', 'rb') as f: index = f.read() pkgs_index = re.findall('<td class="package">([^<]*)</td>', index) assert pkgs_index == pkgs versions = dict(re.findall('<td id="([^"]*)-version">([^<]*)</td>', index)) assert sorted(versions.keys()) == pkgs for pkg in pkgs: version = versions[pkg] with open('src/' + pkg + '.mk', 'rb') as f: mk = f.read() checksumpos = mk.index('\n$(PKG)_CHECKSUM ') versionline = '\n$(PKG)_VERSION := %(version)s' % {'version': version} newmk = mk[:checksumpos] + versionline + mk[checksumpos:] with open('src/' + pkg + '.mk', 'wb') as f: f.write(newmk)
* add mingw-w64 runtime and pthreads implementation, update related toolchain ↵Tony Theodore2013-06-011-6/+64
| | | | files
* update package gccMark Brand2013-05-311-1/+1
|
* various packages: remove grep workarounds for version sortingTony Theodore2013-05-221-2/+2
|
* package gcc: fix update macro for 4.8 seriesMark Brand2013-05-211-1/+1
|
* adjust references to qmake (Qt 4)Mark Brand2013-04-021-1/+1
| | | | Follow-up to previous commit.
* update package gccMark Brand2013-03-231-1/+1
|
* update package gccMark Brand2012-09-201-2/+2
|
* package gcc: fix for OSX ASLR issues with pre-compiled headersTony Theodore2012-09-171-1/+2
|
* Move CMAKE_BUILD_TYPE into toolchain fileVolker Grabsch2012-08-251-2/+3
|
* Revert "Move CMAKE_BUILD_TYPE, CMAKE_AR and CMAKE_RANLIB into toolchain file"Volker Grabsch2012-08-251-5/+2
| | | | | | This reverts commit e57db6d8c9c7ecbe43dd1fdb3d17f07871dfc9fb. See http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-08/msg00028.html
* Move CMAKE_BUILD_TYPE, CMAKE_AR and CMAKE_RANLIB into toolchain fileVolker Grabsch2012-08-131-2/+5
|
* update package gccMark Brand2012-06-141-1/+1
|
* all packages: use $(WGET) portability variableTony Theodore2012-05-161-1/+1
|
* Move full package names from src/*.mk into package list (index.html)Volker Grabsch2012-03-291-1/+0
|
* Move doc/index.html -> index.htmlVolker Grabsch2012-03-291-1/+1
|
* Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.htmlVolker Grabsch2012-03-291-2/+0
|
* Rebrand to new project name MXEVolker Grabsch2012-03-281-1/+1
|
* Fix annoying whitespaces at EOLVolker Grabsch2012-03-271-1/+1
|
* update package gccMark Brand2012-03-231-2/+2
| | | | | | --- src/gcc.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* update package gccMark Brand2012-03-011-2/+2
|
* replaced $(BUILD) with a more direct and less brittle constructVolker Grabsch2011-11-281-1/+1
| | | | | For discussion, see the following email and its follow-ups: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2011-11/msg00112.html
* take config.guess from binutils instead of gccMark Brand2011-11-271-4/+1
| | | | binutils comes before gcc and also has a newer config.guess.
* add BUILD and install config.guess and config.subMark Brand2011-11-261-0/+4
|
* add cmake definition for fortranMark Brand2011-11-141-0/+1
|
* update packages gcc pfstoolsMark Brand2011-10-271-2/+2
|
* set QT_QMAKE_EXECUTABLE in cmake toolchain fileMark Brand2011-10-181-0/+1
| | | | | When this is not set, cmake might use the host's qmake. Problem observed bulding package openscenegraph.
* update package gcc-mpfrMark Brand2011-10-041-1/+3
|
* additional variable for the cmake toolchain fileZach Thibeau2011-08-271-0/+1
|
* packages gcc libmikmod: explicitly specify --libdirMark Brand2011-08-191-0/+1
| | | | Avoid defaulting to lib64 on some systems.
* update packages: gcc imagemagickMark Brand2011-06-271-2/+2
|
* package gcc: fix update macroMark Brand2011-04-291-1/+1
|
* disable SJLJ exceptions explicitly, as those cause troubleKay Hayen2011-04-221-0/+1
|
* update package gccMark Brand2011-03-251-2/+2
|