summaryrefslogtreecommitdiffstats
path: root/src/gcc.mk
Commit message (Collapse)AuthorAgeFilesLines
* gcc: fix Darwin build with Xcode9Tony Theodore2017-09-291-0/+2
| | | | | | From: https://github.com/gcc-mirror/gcc/commit/8e49ac832c6ef83afa52e59f0e7e0e6151f5bd3d Fixes part of #1913
* gcc: use MXE_DISABLE_DOC_OPTSTony Theodore2017-07-231-0/+1
|
* URL updatesViktor Szakats2017-03-041-4/+4
|
* allow non-default exception handling targetsTony Theodore2017-02-071-1/+3
|
* gcc: move shared libgcc install to post build and cleanup libcc1Tony Theodore2017-02-041-21/+22
|
* gcc cloog: remove unnecessary rules/variables/optionsTony Theodore2017-02-041-9/+0
|
* gcc: use SOURCE_DIR and BUILD_DIRTony Theodore2017-02-041-20/+18
|
* mingw-w64: add --enable-secure-apiBoris Nagaev2017-02-011-0/+1
| | | | | | | | This is needed to update glib to 2.51.1. It uses strerror_s, which is guarded by MINGW_HAS_SECURE_API. See http://win-builds.org/bugs/index.php?do=details&task_id=79 See https://sourceforge.net/p/tdm-gcc/bugs/305/
* update default gcc to 5.4.0Boris Nagaev2017-01-251-3/+3
| | | | | | | | | The bug in gcc 5 which was a reason to downgrade to gcc 4 was fixed. See https://github.com/mxe/mxe/issues/964 for more details. cloog was updated to 0.18.4, because 0.18.1 version uses too old isl and failes to compile because it uses isl_int and it was removed from isl: https://gist.github.com/f550a61371f597a213f0291e53e632f0
* add _WEBSITE and _DESCR fields to core packagesBoris Nagaev2016-12-221-0/+2
| | | | | | See https://github.com/mxe/mxe/issues/1422 Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
* Add options to strip toolchain, executables, and libsTony Theodore2016-10-231-4/+4
| | | | | | | | | | | | | | | | | Minimal implementation to strip the [largest files][lf-gist] by default, mostly made up of gcc/binutils and test programs. gdal and geos both produce large libraries, but the libs themselves aren't worth stripping, it's the 20 odd programs produced by gdal with those libs statically linked that consume the most space. I'm leaving these undocumented as the defaults seems reasonable and the interface may well change when we enable debug/release variants. closes #985 closes #1249 [lf-gist]:https://github.com/mxe/mxe/issues/1249#issuecomment-193392038
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-271-2/+1
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* update gcc 4.9.3 --> 4.9.4Tony Theodore2016-08-051-2/+2
| | | | | Tested on all four targets, list of changes: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.9.4
* Add plugin for compiling mingw-w64 with secure APIs enabled.Saikrishna Arcot2016-06-181-1/+2
|
* gcc: don't install *.dlls to version specific directoryTony Theodore2015-12-031-6/+12
| | | | | | | | * any future side-by-side installs will use targets as a higher level directory separation, we don't want to mix libs built with different versions of the compiler. * add note about keeping `--enable-version-specific-runtime-libs` * remove TODO, there's no sane way to configure the install
* Revert "gcc: don't install *.dlls to version specific directory"Tony Theodore2015-12-021-1/+1
| | | | This reverts commit ae8f6def5cd64988c8c25e48bb2d4698dab45d8a.
* gcc: don't install *.dlls to version specific directoryTony Theodore2015-12-021-1/+1
| | | any side-by-side installs will use targets as a higher level directory separation, we don't want to mix libs built with different versions of the compiler.
* gcc: ignore version 5 updatesTony Theodore2015-11-281-1/+1
|
* gcc: cleanup lib installationTony Theodore2015-11-121-5/+15
|
* update gcc from 4.9.2 to 4.9.3Boris Nagaev2015-11-111-2/+2
|
* gcc: downgrade 5.2.0 -> 4.9.2Boris Nagaev2015-11-111-2/+2
| | | | | | | Revert da82d07dbeca23087aa4351914cf4b890c1d3972 and consequent changes of gcc version. close #964
* gcc: enable cloogBoris Nagaev2015-11-111-0/+1
|
* Revert "gcc: cleanup lib installation"Boris Nagaev2015-11-111-7/+1
| | | | | | This reverts commit c96a007c6a4b03ca8d43c2ed848c47832f9e2baf. This commit is not applicable to gcc 4.9.
* enbale MXE_GCC_THREADS and allow target spec <triplet>.<link>.<threads>Tony Theodore2015-10-311-1/+1
| | | | | | | * enables optional c++11 <thread>, <mutex>, and <future> in libgcc * avoid double build advice: http://sigrok.org/gitweb/?p=sigrok-util.git;a=blob;f=cross-compile/mingw/README;h=248af546f939a81855dda33142d834eecf2979c2;hb=HEAD#l44 * not heavily tested but should be released for feedback
* gcc pthreads: build pthreads and mingw-w64 headers inline and enable libgompTony Theodore2015-10-311-2/+18
| | | | | | | | | * fixes "~winpthreads changes ~pthread_signal.h" etc. reported by build-pkg mingw-w64 installs dummy headers if winpthreads isn't built * enables libgomp to avoid double-build (see #331) * no change in openmp-validation (still 20 failures - taken with a grain of salt as the batch file test runner isn't a reliable perl substitute) * pthreads virtual package kept for future testing
* gcc: cleanup lib installationTony Theodore2015-10-251-1/+7
|
* gcc and deps: use native builds and consolidate rulesTony Theodore2015-10-251-4/+4
|
* remove gcc-* virtual packagesTony Theodore2015-10-251-1/+1
|
* all packages: really use sha256 checksumsTony Theodore2015-09-231-1/+1
|
* all packages: switch to sha256 checksumsTony Theodore2015-09-231-1/+1
| | | | closes #871
* gcc: don't unpack tarball on $(BUILD) targetTony Theodore2015-09-121-0/+2
|
* binutils gcc: updateMark Brand2015-07-301-2/+2
|
* gcc isl: updateMark Brand2015-04-231-4/+3
| | | | cloog is no longer required to build gcc.
* gcc: updateMark Brand2014-10-301-2/+2
|
* Remove i686-pc-mingw32Timothy Gu2014-10-141-15/+1
| | | | | | | | Fixes #400 and #492. See #453. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* gcc: install import libs to standard locations as wellTimothy Gu2014-09-251-0/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* gcc: remove `--disable-libmudflap`Timothy Gu2014-08-081-1/+0
| | | | | | libmudflap is removed in gcc 4.9. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* gcc: updateTimothy Gu2014-07-261-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* add http mirrors to packages hosted at FTPBoris Nagaev2014-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | see http://lists.nongnu.org/archive/html/mingw-cross-env-list/2014-07/msg00002.html Many FTP servers block connections from Tor and some VPN servers. HTTP servers don't do this normally. Example of failed FTP download attempt of binutils-2.24.tar.bz: $ torsocks wget ftp://ftp.gnu.org/pub/gnu/binutils/binutils-2.24.tar.bz2 --2014-07-20 13:26:48-- ftp://ftp.gnu.org/pub/gnu/binutils/binutils-2.24.tar.bz2 => `binutils-2.24.tar.bz2' Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20 Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /pub/gnu/binutils ... done. ==> SIZE binutils-2.24.tar.bz2 ... 22716802 ==> PASV ... done. ==> RETR binutils-2.24.tar.bz2 ... Error in server response, closing control connection. Retrying. Same package was downloaded via HTTP successfully: $ torsocks wget http://ftp.gnu.org/pub/gnu/binutils/binutils-2.24.tar.bz2 --2014-07-20 13:32:37-- http://ftp.gnu.org/pub/gnu/binutils/binutils-2.24.tar.bz2 Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20 Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 22716802 (22M) [application/x-bzip2] Saving to: `binutils-2.24.tar.bz2' 100%[=================>] 22,716,802 721K/s in 24s 2014-07-20 13:33:03 (915 KB/s) - `binutils-2.24.tar.bz2' saved [22716802/22716802] Trying download from Tor Browser, I get error message: 425 Security: Bad IP connecting. HTTP URLs were added to FTP URLs-only packages. In many cases, ftp://ftp.gnu.org can be accessed from http://ftp.gnu.org If both URLs of a package are FTP, then one of them was replaced with HTTP. Command to check that those packages can be build successfully if behind Tor: $ torsocks make autoconf automake binutils bison cloog coreutils file freetds gcc gdb gettext gmp gnutls gperf isl libbluray libffi libgcrypt libgpg_error libidn libmicrohttpd libpng libxml2 libxslt m4 pthreads-w32 sed dcmtk mpfr I've run the test above successfully.
* package gcc: fix copying of dlls to target bin directoryTony Theodore2014-05-021-1/+1
|
* update package gccMark Brand2014-04-221-2/+2
|
* package gcc: install shared .dlls to $(TARGET)/binTony Theodore2014-04-061-0/+1
| | | | fixes #358
* 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