aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | gcc: Add new linaro version: 5.2-2015.11Bryan Hundven2016-01-021-0/+7
| | | | | | | | | | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
| * | gcc: Add new linaro download pathBryan Hundven2016-01-021-3/+4
|/ / | | | | | | | | | | It seems that linaro is changing where they release, again. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* | Merge pull request #306 from bhundven/update_gccBryan Hundven2016-01-0225-17/+32
|\ \ | | | | | | gcc: Update gcc 5 to 5.3.0
| * | gcc: Update gcc 5 to 5.3.0Bryan Hundven2016-01-0225-17/+32
|/ / | | | | | | | | Reported-by: Freddie Chopin <freddie.chopin@gmail.com> Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* | Merge pull request #305 from bhundven/binutils_fix_install_libibertyBryan Hundven2016-01-021-0/+4
|\ \ | | | | | | binutils: Fix installing libiberty for target
| * | binutils: Fix installing libiberty for targetBryan Hundven2016-01-021-0/+4
|/ / | | | | | | | | | | | | | | | | | | If CT_BINUTILS_FOR_TARGET_IBERTY is set, then it seems that we also must set `--enable-install-libiberty` for configure to pickup that it needs to be installed. This closes #302 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* | Merge pull request #303 from nekromant/masterBryan Hundven2015-12-278-0/+120
|\ \ | | | | | | Add initial debian packaging info
| * | Add initial debian packaging infoAndrew Andrianov2015-12-188-0/+120
|/ / | | | | | | Signed-off-by: Andrew Andrianov <andrew@ncrmnt.org>
* | Merge pull request #288 from bhundven/custom_locations_rewriteBryan Hundven2015-12-1833-561/+618
|\ \ | | | | | | Custom locations rewrite
| * | Whitespace: We don't use tabs in shell or kconfig filesBryan Hundven2015-12-0811-160/+162
| | | | | | | | | | | | | | | | | | | | | We indent by multiples of 4. This change cleans up whitespace in offending files. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
| * | config: Update kconfig for new CT_GetCustomBryan Hundven2015-12-0810-166/+375
| | | | | | | | | | | | | | | | | | | | | This commit sort of unifies the kconfigs to handle custom files and directories. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
| * | scripts: Update usage of CT_GetCustomBryan Hundven2015-12-089-89/+29
| | | | | | | | | | | | | | | | | | | | | This commit updates the build scripts to match the new usage of CT_GetCustom from the previous change. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
| * | CT_GetCustom: Rewrite function to meet expectationsBryan Hundven2015-12-081-26/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous version of CT_GetCustom was a bit... funky. It didn't handle custom versions to location very well. This new version is exactly as it appears: CT_GetCustom <name> <version> <location> The name is the beginning of the archive (file or directory). The version is the second half of the archive. The location is where it can be found. This should be made an absolute path, but this version is expecting the path in kconfig to be absolute. A file should extract to a directory: <name>-<version> A directory will be copied to: <name>-<version> This keeps our expectations of what we should get. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
| * | Linux: Remove obsolete Linux custom headersBryan Hundven2015-12-084-102/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option allowed you to use a custom headers directory/tarball to use in your sysroot. Not to be confused with using a custom source, that option is the preferred method. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
| * | config: Remove CUSTOM_LOCATION_ROOT_DIRBryan Hundven2015-12-081-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On top of making <component>_CUSTOM much more complicated to rewrite, you couldn't depend on a requirement for all of the components to treat custom sources the same with it around. If you need a custom source for a component, define it in the component. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
| * | xtensa: Remove support for CT_CUSTOM_LOCATION_ROOT_DIRBryan Hundven2015-12-082-9/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Since CUSTOM_LOCATION_ROOT_DIR was removed from config/global/paths.in in commit c499ccb, xtensa should depend only on it's ARCH_XTENSA_CUSTOM_OVERLAY_LOCATION. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
| * | CT_Extract: Move check extracted upBryan Hundven2015-12-081-6/+6
|/ / | | | | | | | | | | | | | | | | | | | | | | | | If we are using a custom location, and that custom location is a directory that does not have an associated tarball, then we shouldn't warn about not finding a tarball in CT_TARBALLS_DIR if CT_SRC_DIR/.<basename>.extracted is found. If the extracted file is not found, then we can warn that the tarball was not found then error out that the tarball is missing. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* | Merge pull request #282 from bhundven/less_gcc_versions_part2Bryan Hundven2015-12-07127-8241/+66
|\ \ | | | | | | Less gcc versions part2
| * | gcc: Gnu OpenMP support depends on threadingBryan Hundven2015-11-292-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Instead of checking if thread support is enabled during the build, move the check to kconfig-time. Since if threading support is not availble, libgomp should not be available either. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
| * | gcc: CLooG should be optional for configureBryan Hundven2015-11-291-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Because >= gcc-5.x does not require cloog, it should not be forced on the command line arguments for configure if graphite is enabled. Make CLooG optionally added, if it is needed (aka: <= gcc-4.9). Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
| * | PPL: Remove support for PPL and CLooG/PPLBryan Hundven2015-11-2932-1093/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that versions of gcc that required PPL are no longer supported ( >= gcc-4.5.x AND <= gcc-4.7.x ) ...we no longer require PPL or CLooG/PPL. This commit: * Removes PPL * Removes CLooG/PPL * Updates the documentation * Updates build script for CLooG and GCC * Removes PPL and CLooG/PPL from scripts/addToolVersion.sh and scripts/showSamples.sh * Adds ISL to scripts/addToolVersion.sh and scripts/showSamples.sh I know that sounds like a lot for one commit, but it was all kind of inter-tangled. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
| * | gcc: remove patches for removed gcc versionsBryan Hundven2015-11-2993-6970/+0
| | | | | | | | | | | | | | | | | | | | | This commit simply removes the patches for gcc versions that are no longer supported. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
| * | gcc: Remove gcc <= 4.7.xBryan Hundven2015-11-295-176/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per #222, in crosstool-NG >= 1.23.0, we will only support: [upstream supported gcc versions] - 1 As of this writing, these versions are: * 5.2.0 * 4.9.3 * 4.8.5 (the -1, since development on 4.8.x is now closed) I plan to keep 4.8.5 around because of some architectures having issues with over-optimization or just faulty optimization in the 4.9.x and possibly newer versions. I also cleaned up a requirement for glibc to depend on >= gcc-4.6.x for >= glibc-2.20, but since the lowest gcc we support after this change is >= 4.8.5, this condition can go away. Patches for older gcc versions are removed in the next commit. This closes #222 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* | | Merge pull request #299 from bhundven/fix_static_binutilsBryan Hundven2015-12-071-1/+1
|\ \ \ | |_|/ |/| | binutils: Fix LDFLAGS for static toolchain
| * | binutils: Fix LDFLAGS for static toolchainBryan Hundven2015-12-071-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | If building a static toolchain, the ldflags option passed to do_binutils_backend is overridden when we set `LDFLAGS=-all-static`. We should pass `LDFLAGS=${ldflags} -all-static` in this case. This fixes #297 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* | Merge pull request #292 from bhundven/fix_binutils_manualBryan Hundven2015-12-051-2/+2
|\ \ | |/ |/| binutils: Fix binutils manuals_install variable
| * binutils: Fix binutils manuals_install variableBryan Hundven2015-12-051-2/+2
|/ | | | | | | | | In commit: 74d555b2 A regex in a parameter subsitution replaces a '#' hash symbol, but it is not made literal '\#', so from the hash to the end of the line is a comment. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #289 from bhundven/binutils_patchBryan Hundven2015-11-261-0/+26
|\ | | | | binutils: add patch that fixes mac os x gold build
| * binutils: add patch that fixes mac os x gold buildBryan Hundven2015-11-261-0/+26
|/ | | | | | https://sourceware.org/bugzilla/show_bug.cgi?id=19281 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #287 from bhundven/binutils_gdb_configureBryan Hundven2015-11-242-0/+19
|\ | | | | binutils/gdb: Fix configure options when building from binutils-gdb repo
| * binutils/gdb: Fix configure options when building from binutils-gdb repoBryan Hundven2015-11-242-0/+19
|/ | | | | | | | | | | | When building from: {git,http}://sourceware.org/git/binutils-gdb.git and setting BINUTILS_CUSTOM or GDB_CUSTOM, they could be the same source. These config options should not affect normal released versions. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #286 from bhundven/uclibc_ipv6Bryan Hundven2015-11-222-0/+13
|\ | | | | uClibc: Add kconfig option to enable IPv6 support
| * uClibc: Add kconfig option to enable IPv6 supportBryan Hundven2015-11-222-0/+13
|/ | | | | | This commit adds a kconfig option to enable IPv6 support. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #283 from diorcety-ctng/osx-build-2Bryan Hundven2015-11-225-0/+189
|\ | | | | Fixes binutils and gold (raspi2 sample builds ok if you disable the static toolchain options)
| * Clang: Use {C,CXX}FLAG -fbracket-depth=512 for GCC buildRay Donnelly2015-11-221-0/+13
| | | | | | | | | | | | | | https://llvm.org/bugs/show_bug.cgi?id=19650 https://gcc.gnu.org/ml/gcc/2014-05/msg00014.html Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
| * darwin-host: Three build fixes for binutils 2.25{,.1}Ray Donnelly2015-11-224-0/+176
|/ | | | | | | | | 1. Need to include <string> not <cstring> in gold's binary.cc 2. wcsncasecmp isn't always defined in Mac SDK 3. PTHREAD_ONCE_INIT is {0x30B1BCBA, {0}}, so can't be trivially assigned in an intializer list. Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
* Merge pull request #281 from bhundven/remove_sh64Bryan Hundven2015-11-211-1/+0
|\ | | | | uClibc: remove references to sh64*
| * uClibc: remove references to sh64*Bryan Hundven2015-11-211-1/+0
|/ | | | | | | | | | | As per the change notes of GCC-6: https://gcc.gnu.org/gcc-6/changes.html and conversations I've had with the buildroot folks, there is no need to support sh5/sh64. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #279 from bhundven/mingw-w64-experimentalBryan Hundven2015-11-193-0/+3
|\ | | | | mingw-w64: Set it as experimental
| * mingw-w64: Set it as experimentalBryan Hundven2015-11-193-0/+3
|/ | | | | | | | | With the upcoming release of 1.22.0, mingw-w64 is still in an experimental state, and is not considered to be fully supported yet. This change should be reverted after the release. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #278 from bhundven/fix-uninstallBryan Hundven2015-11-191-1/+1
|\ | | | | Makefile.in: Fix uninstall target
| * Makefile.in: Fix uninstall targetBryan Hundven2015-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | `make uninstall` is ran against `$(TARGETS)`, which includes `lib-kconfig`. `lib-kconfig` is installed as a part of the `lib` target, so during uninstall, removing `lib` is enough to also remove `lib-kconfig`. Filter out `lib-kconfig` during `real-uninstall`. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* | Merge pull request #276 from jcmvbkbc/xtensa-docBryan Hundven2015-11-183-6/+50
|\ \ | |/ |/| Xtensa docs update
| * docs: document Xtensa configuration overlayMax Filippov2015-11-191-0/+42
| | | | | | | | Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
| * xtensa: fix kconfig spelling and help textMax Filippov2015-11-192-6/+8
|/ | | | Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* Merge pull request #269 from stilor/document-update-samplesBryan Hundven2015-11-171-0/+2
|\ | | | | Document {check,update}-samples targets.
| * Document {check,update}-samples targets.Alexey Neyman2015-11-171-0/+2
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #272 from bhundven/showSamples_uClibc-ng_mingwBryan Hundven2015-11-171-4/+14
|\ \ | | | | | | showSamples: Fix uClibc-ng name and Mingw-w64 versions
| * | showSamples: Fix uClibc-ng name and Mingw-w64 versionsBryan Hundven2015-11-171-4/+14
|/ / | | | | | | | | | | | | | | | | | | | | | | Some LIBCs need some love in showSamples.sh. uClibc-ng is of type of uClibc, so output uClibc-ng if CT_LIBC_UCLIBC_NG=y. mingw-w64 doesn't have a CT_LIBC_VERSION, but it does have a CT_WINAPI_VERSION. So output that instead. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* | Merge pull request #270 from bhundven/fix_showSamplesBryan Hundven2015-11-171-12/+8
|\ \ | |/ |/| showSamples.sh: Fix how we get gcc and version for showSamples.sh