aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update README.mdBryan Hundven2016-02-151-0/+2
| | | Newlines
* Update README.mdBryan Hundven2016-02-151-0/+2
| | | Add irc and mailing list info
* Merge pull request #337 from bhundven/softlink_custom_directoryBryan Hundven2016-02-081-1/+1
|\ | | | | functions: Softlink custom directory
| * functions: Softlink custom directoryBryan Hundven2016-02-081-1/+1
|/ | | | | | | | | | Hardlinking the custom source directory does not work across separate mount points. Chnage this to a softlink instead. This closes #336 Reported-by: Jasmin Jessich <jasmin@anw.at> Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #322 from modbw/libelfBryan Hundven2016-02-082-9/+0
|\ | | | | Remove GCC dependency to libelf
| * Remove GCC dependency to libelfMatthias Weisser2016-01-182-9/+0
| | | | | | | | | | | | As crosstools-ng only support GCC >= 4.8 we do not need libelf for gcc. GCC dropped this dependency with 4.6. Signed-off-by: Matthias Weisser <m.weisser.m@gmail.com>
* | Merge pull request #335 from jcmvbkbc/xtensa-binutils-loc-fixBryan Hundven2016-02-054-0/+290
|\ \ | | | | | | binutils: fix .loc handling in xtensa gas
| * | binutils: fix .loc handling in xtensa gasMax Filippov2016-02-064-0/+290
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Binutils change 1058c7532d0b "Use signed data type for R_XTENSA_DIFF* relocation offsets." changed signedness of BFD_RELOC_XTENSA_DIFF* relocations substituted for BFD_RELOC_*. This made it impossible to encode arbitrary 8-, 16- and 32-bit values, which broke e.g. debug info encoding by .loc directive. Revert this part and add test. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* | | Merge pull request #333 from bhundven/update_uclibc-ngBryan Hundven2016-02-051-5/+5
|\ \ \ | | | | | | | | uClibc-ng: Update to 1.0.12
| * | | uClibc-ng: Update to 1.0.12Bryan Hundven2016-02-051-5/+5
|/ / / | | | | | | | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* | | Merge pull request #332 from bhundven/update_gdbBryan Hundven2016-02-055-0/+139
|\ \ \ | |/ / |/| | Update gdb
| * | gdb: Update patches for gdb-7.10.1Bryan Hundven2016-02-054-0/+133
| | | | | | | | | | | | | | | | | | | | | Notable here is the removal of 10-setns-handling.patch, which is now upstream. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
| * | gdb: Add version 7.10.1Bryan Hundven2016-02-051-0/+6
|/ / | | | | | | | | | | It's been out for a while, just haven't gotten around to it. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* | Merge pull request #331 from bhundven/update_binutilsBryan Hundven2016-02-0512-1/+639
|\ \ | | | | | | binutils: Add binutils-2.26
| * | binutils: Update patches for binutils-2.26Bryan Hundven2016-02-0410-0/+626
| | | | | | | | | | | | | | | | | | | | | This updates patches for 2.26. Most notably, the removal of the xtensa patches which seem to be upstream in binutils now. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
| * | binutils: Add binutils-2.26Bryan Hundven2016-02-042-1/+13
|/ / | | | | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* | Merge pull request #330 from bhundven/cpath_testorabortBryan Hundven2016-02-041-0/+4
|\ \ | | | | | | env: Bail out if CPATH and friends are set
| * | env: Bail out if CPATH and friends are setBryan Hundven2016-02-041-0/+4
|/ / | | | | | | | | | | | | | | | | If CPATH, C_INCLUDE_PATH, CPLUS_INCLUDE_PATH, or OBJC_INCLUDE_PATH are set, bail out. These environment variables are known to break crosstool-ng's build. This closes #327 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* | Merge pull request #328 from Christopher83/masterBryan Hundven2016-01-301-2/+2
|\ \ | | | | | | config/gcc: Update to Linaro GCC 5.2-2015.11-2
| * | config/gcc: Update to Linaro GCC 5.2-2015.11-2Cristoforo Cataldo2016-01-301-2/+2
|/ / | | | | | | Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>
* | Merge pull request #326 from hanazuki/binutils-patch-for-newer-osxRay Donnelly2016-01-241-1/+1
|\ \ | |/ |/| patches/binutils: wcsncasecmp is provided by OSX >= 10.7
| * patches/binutils: wcsncasecmp is provided by OSX >= 10.7Kasumi Hanazuki2016-01-241-1/+1
|/ | | | | | | OSX SDK has a declaration for `wcsncasecmp` since 10.7, which conflicts with the definition provided by the patch for binutils. Signed-off-by: Kasumi Fukuda <kasumi@rollingapple.net>
* Merge pull request #319 from bhundven/elf2flt_updateBryan Hundven2016-01-133-2/+3
|\ | | | | Elf2flt update
| * linux: allow `arm*` to build headers for no-mmuBryan Hundven2016-01-131-0/+1
| | | | | | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
| * elf2flt: Use openadk version of elf2fltBryan Hundven2016-01-132-2/+2
|/ | | | | | | | | | elf2flt is now hosted on github here: https://github.com/uclinux-dev/elf2flt But, until arm support is upstream, we'll switch to Waldemar Brodkorb version of elf2flt. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #318 from bhundven/update_uClibc-ngBryan Hundven2016-01-121-5/+5
|\ | | | | uClibc-ng: Update to 1.0.11
| * uClibc-ng: Update to 1.0.11Bryan Hundven2016-01-121-5/+5
|/ | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #316 from bhundven/fix_buildBryan Hundven2016-01-071-1/+1
|\ | | | | gcc: fix previous commit
| * gcc: fix previous commitBryan Hundven2016-01-071-1/+1
|/ | | | | | | | | In a5057713a0394d189adc8b9abb0eb65592ecfc49 ...I forgot to add a line continuation at the break in the 'if' statement. Reported-by: asavah <asavah@avh.od.ua> Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #314 from bhundven/fix_enable_cxx_flags_baremetalBryan Hundven2016-01-061-0/+6
|\ | | | | gcc: Fix CC_GCC_ENABLE_CXX_FLAGS for mode=baremetal
| * gcc: Fix CC_GCC_ENABLE_CXX_FLAGS for mode=baremetalBryan Hundven2016-01-061-0/+6
|/ | | | | | | When creating a baremetal toolchain, CC_GCC_ENABLE_CXX_FLAGS has no effect. This closes #298 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #313 from bhundven/remove_gcc_extra_env_arrayBryan Hundven2016-01-062-18/+3
|\ | | | | gcc: remove CC_GCC_EXTRA_ENV_ARRAY
| * gcc: remove CC_GCC_EXTRA_ENV_ARRAYBryan Hundven2016-01-062-18/+3
|/ | | | | | | | | | I was noticing that $extra_user_env was inconsistently used in 100-gcc.sh. I don't feel comfortable having just any make flag or environment variable passed to make from a config file. If a specific option needs to be passed to make for gcc, then a specific kconfig option should be added for that make flag/option/env. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #312 from bhundven/sync_gcc_backendsBryan Hundven2016-01-061-36/+35
|\ | | | | gcc: Sync backend functions
| * gcc: Sync backend functionsBryan Hundven2016-01-061-36/+35
| | | | | | | | | | | | | | | | | | | | The two gcc backend functions are getting very close to being duplicated code. To help in the process of merging the two backends, this change syncronizes the two functions so they are easier to diff. This commit has no functional changes. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* | Merge pull request #296 from FreddieChopin/add-gmp-6.1.0Bryan Hundven2016-01-061-0/+6
|\ \ | |/ |/| gmp: add version 6.1.0
| * gmp: add version 6.1.0Freddie Chopin2015-12-071-0/+6
| | | | | | | | Signed-off-by: Freddie Chopin <freddie.chopin@gmail.com>
* | Merge pull request #309 from bhundven/remove_old_binutils_versionsBryan Hundven2016-01-0596-3371/+6660
|\ \ | | | | | | Remove old binutils versions
| * | patches/binutils: Sync patches with buildrootBryan Hundven2016-01-0333-0/+6722
| | | | | | | | | | | | | | | | | | | | | | | | The buildroot patches have xtensa for the supported versions of binutils we use, and a few others that might help us keep away from host polution. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
| * | patches/binutils: Remove old patches for binutilsBryan Hundven2016-01-0365-3365/+0
| | | | | | | | | | | | | | | | | | Since we removed older binutils versions, remove patches as well. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
| * | binutils: Remove older versions of binutilsBryan Hundven2016-01-032-85/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | Since older GCC versions have been removed, older versions of binutils are not needed. This commit removes these older versions. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* | | Merge pull request #291 from diorcety-ctng/cygwin-more-fixesBryan Hundven2016-01-035-9/+203
|\ \ \ | | | | | | | | Cygwin more fixes
| * | | libelf: Cygwin fix for UNC pathsRay Donnelly2016-01-031-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If destdir was / and prefix began with / then we would attempt to install libelf to a path beginning with // which is a UNC path on Cygwin. This is generally incorrect. Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
| * | | libiconv: configure with --disable-nlsRay Donnelly2016-01-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Windows a build failure can be triggered during the build of the static iconv if a dynamic iconv is already present: There's a circular dependency between libiconv and gettext which (on a system with a dynamic gettext (and thus iconv) installed in the system prefix) causes a failure to build iconv.exe statically if it is built with nls .. .. Which needs gettext .. which depends on libiconv .. so libtool finds a dynamically linked libgettext.la .. and therefore presents ld with the dll import library libiconv.dll.a when linking iconv.exe .. as well as the static libiconv.a that it has just built! .. leading to multiply defined symbols from iconv. Therefore, we build it without nls. If it later turns out that we need it to be built with nls, then I will have to build it in two passes (common practice when bootstrapping GNU/Linux distros, MSYS2 and probably Cygwin and Homebrew). Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
| * | | POSIX: Fix GCC 5+ plugin build failure on CygwinRay Donnelly2016-01-031-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cygwin follows POSIX IEEE Std 1003.1, 2004 Edition spec for the select() fuction as described at: http://pubs.opengroup.org/onlinepubs/009695399/functions/pselect.html .. so we must #include <sys/select.h> for the declaration. Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
| * | | Cygwin + MinGW-w64: GCC 5+ plugin supportRay Donnelly2016-01-031-0/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define PICFLAG, UNDEFINEDPREAMBLE and UNDEFINEDCODE to nothing since Windows doesn't have -fPIC (GCC warns) and can't handle undefined variable references (which are not needed anyway). Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
| * | | expat: Tidy up and correct configure flagsRay Donnelly2016-01-031-9/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build shared builds for host unless CT_STATIC_TOOLCHAIN. In all other situations, build statically, as before. It is necessary that the static/shared-ness of expat matches that of gettext on Cygwin/MinGW-w64 as they can't be linked together if they don't match, so we follow the same logic. Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
* | | | Merge pull request #308 from bhundven/update_kernelBryan Hundven2016-01-021-18/+18
|\| | | | | | | | | | | linux: Update kernel versions
| * | | linux: Update kernel versionsBryan Hundven2016-01-021-18/+18
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following versions were updated: * 4.3 -> 4.3.3 (stable) * 4.2.6 -> 4.2.8 (EOL) * 4.1.13 -> 4.1.15 * 3.18.24 -> 3.18.25 * 3.14.57 -> 3.14.58 * 3.12.50 -> 3.12.51 * 3.10.93 -> 3.10.94 * 3.2.72 -> 3.2.75 * 2.6.32.68 -> 2.6.32.69 4.3 mainline is now 4.3.3 stable The 4.2 series is now EOL. You should move to 4.3.3! Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* | | Merge pull request #307 from bhundven/update_gcc_linaroBryan Hundven2016-01-022-3/+11
|\ \ \ | |/ / |/| | Update gcc linaro