summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pkg-generic: detect incorrectly used packageThomas Petazzoni2015-12-291-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | In Buildroot, the selection of a package from a Config.in level and from a Makefile level are completely disconnected. This can lead to issues where the build of a package is triggered at the Makefile level due to the package being listed in another package <pkg>_DEPENDENCIES variable, even if that package is not enabled in the configuration. This has for example been the case recently with python-can having 'python' in its <pkg>_DEPENDENCIES, while python-can could be enabled when Python 3.x is used, in which case the 'python' package should not be built. To detect such issues more easily, this patch adds a check in the package infrastructure. When the build process of a package is being triggered, we verify that the package is enabled in the configuration. We do this check in the "configure" step, since this step is the first common step between the normal download case and the "local site method" / "package override" case. [Thomas: adjust the error message as suggested by Yann, to take into account the fact that the problem might not be in a direct reverse dependency, but in something higher up in the tree of reverse dependencies.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* findutils: bump to version 4.6.0Gustavo Zacarias2015-12-292-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qt5webchannel: indentation cleanupJerzy Grzegorek2015-12-291-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xdriver_xf86-video-fbturbo: indentation cleanupJerzy Grzegorek2015-12-291-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* janus-gateway: indentation cleanupJerzy Grzegorek2015-12-291-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: add readme.txt for the orangepipc defconfigEelco Chaudron2015-12-291-0/+33
| | | | | | | [Thomas: minor tweaks.] Signed-off-by: Eelco Chaudron <echaudron@xiot.nl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: update cubieboard2 defconfigErico Nunes2015-12-295-32/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch updates the Cubieboard2 board defconfig to use newer u-boot and linux versions, along with a few other improvements. The other improvements were mostly backported from the recent Orange Pi defconfig inclusion and are related to image generation. linux-sunxi.org was used as a reference for both linux and u-boot defconfig names. In detail: - Update linux to vanilla upstream -- currently 4.3.3 is the most up-to-date. Although it lacks some features present only in the linux-sunxi 3.4 branch, upstream support appears to be relatively mature and is already being deployed by default by distributions such as Arch Linux ARM. - Update u-boot to vanilla upstream 2015.10. According to linux-sunxi.org, upstream fully supports major functions (except NAND) since 2015.07. - Change image format to zImage and drop custom image generation script in favour of genimage, as pointed out by reviewers in the Orange Pi defconfig submission. This was tested in a Cubieboard2 board with boot from mmc and it boots fine to login prompt. This has not been tested in a Cubieboard (A10) as I don't own any; the version bumps probably apply to it although there are some differences (lack of VFPv4 support, Cortex-A8 instead of Cortex-A7), so I have kept the current Cubieboard defconfig and its scripts. This one has been only build-tested. Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sysstat: bump to version 11.2.0Gustavo Zacarias2015-12-292-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/gettext: host variant needs host-libxml2Ignacy Gawędzki2015-12-291-1/+3
| | | | | | | | | | | | | | | | | | | | | | | Of host-gettext, we only build the tools. however some of those tools have a --color option, which needs libxml2. If the libxml2 development files are missing on the host, a bundled subset of libxml2 is used, and all seems OK. But if they ar epresent, then the host libxml2 is used. On some distros, lbxml2 is linked with liblzma. And if we happend to _then_ build our host-liblzma, we may have a conflict later when trying to run any of the host-gettext tools. Always build host-gettext with our own host-libxml2 which is not linked with liblzma. Fixes https://bugs.busybox.net/show_bug.cgi?id=7886 Signed-off-by: Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr> [nicolas: added extended commit message] Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr> [yann.morin.1998@free.fr: rebase; add comment; enhance commit log] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* unionfs: add patch to revert to old pre-1.0 meta directoryPeter Korsgaard2015-12-291-0/+36
| | | | | | | | | | | | | | | | | | Unionfs changed its meta directory from .unionfs to .unionfs-fuse with the unionfs -> unionfs-fuse rename. The rename later got reverted everywhere but the meta directory, so now unionfs doesn't find the whiteout files from older releases. Revert back to the pre-1.0 behaviour to fix this. Patch merged upstream: https://github.com/rpodgorny/unionfs-fuse/commit/93c2f9bd8b058b28016e6db2421e5b38eac0606c [Thomas: add reference to the upstream commit, now that the patch has been merged.] Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* hiawatha: bump to version 10.0Gustavo Zacarias2015-12-293-9/+12
| | | | | | | | | Now uses the new mbedtls package, and requires zlib. Rename the SSL option description to TLS, but keep the same symbol name to avoid pointless legacy. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mbedtls: new packageGustavo Zacarias2015-12-294-0/+69
| | | | | | | | | | | | | Add the mbed TLS library, formerly known as PolarSSL. The 2.0+ version can live side-by-side with polarssl since it was renamed, hence can be added with no conflict. Use the Apache-2.0 license variant since it's somewhat more flexible, the codebase is the same as the GPLv2 variant, just copyright headers/license file changed. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* subversion: add missing comment when building staticGustavo Zacarias2015-12-291-0/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sshfs: switch to githubGustavo Zacarias2015-12-293-4/+4
| | | | | | | | | | | | | The project moved to github, so point the homepage and download URL there. [Thomas: - Remove comment "Switch to github helper on bump" since we clearly don't want to switch to the github helper if they continue to upload release tarballs.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libfuse: switch to githubGustavo Zacarias2015-12-293-2/+3
| | | | | | | | | | | | | | The project moved to github, so point the homepage and download URL there. [Thomas: - Remove comment "Switch to github helper on bump" since we clearly don't want to switch to the github helper if they continue to upload release tarballs. - Adjust comment in the .hash file for clarity.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xdotool: new packageErico Nunes2015-12-294-0/+38
| | | | | | | | | | | | | xdotool is a command-line X11 automation tool. http://www.semicomplete.com/projects/xdotool [Thomas: - fix <pkg>_LICENSE, as noticed by Baruch - use $(TARGET_MAKE_ENV).] Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gettext: bump to version 0.19.7Gustavo Zacarias2015-12-292-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* exfat-utils: bump to version 1.2.3Gustavo Zacarias2015-12-292-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* exfat: bump to version 1.2.3Gustavo Zacarias2015-12-292-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uboot: add COPY_OLD_LICENSE_FILE fix to rsync hookErico Nunes2015-12-291-0/+1
| | | | | | | | | | | | | make legal-info breaks when using an older u-boot version in local.mk with OVERRIDE_SRCDIR, due to the reorganization of license files which happened in u-boot v2013.10. This issue had already been fixed in Buildroot for the regular use of old u-boot versions (non-local.mk). This patch adds the same fix to UBOOT_POST_RSYNC_HOOKS so that it also covers the local.mk case. Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* emlog: remove linux dependencyThomas Petazzoni2015-12-291-1/+0
| | | | | | | | | | | The dependency on linux is automatically added by the kernel-module infrastructure, so there is no need to explicit add it in the emlog package. Thanks to Arnout for spotting the issue. Reported-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* eventlog: add EVENTLOG_VERSION_MAJOR variableJerzy Grzegorek2015-12-291-2/+3
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xdriver_xf86-video-ati: fix dependenciesLada Trimasova2015-12-281-2/+4
| | | | | | | | | | | | | | | This package depends on the radeon driver from libdrm and depends on DRI support in xserver_xorg-server, to achieve this we select the Radeon mesa3d DRI driver. Fixes: http://autobuild.buildroot.net/results/9da/9da4ffdf1c4ec78ae37322e253cb769340116035 Signed-off-by: Lada Trimasova <ltrimas@synopsys.com> Cc: Alexey Brodkin <abrodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* assimp: new packagePeter Seiderer2015-12-283-0/+31
| | | | | | | | | | | | | | | | | Signed-off-by: Peter Seiderer <ps.report@gmx.net> ---- Changes v1 -> v2: - use github helper (thanks to Jörg Krause) Changes v2 -> v3: - add c++ dependency (suggested by Thomas Petazzoni) - fix linking problem with builtin zlib (linking code with/without '-fpic' compiled, see e.g. [2]), workaround by selecting buildroot zlib package (failure detected by Thomas Petazzoni [2]) [1] https://cmake.org/pipermail/cmake/2006-March/008482.html [2] http://lists.busybox.net/pipermail/buildroot/2015-December/146859.html Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/gtkmm3: disable for NiosIIRomain Naour2015-12-281-0/+5
| | | | | | | | | | | | | | Like for Qt GUI module, disable for niosII to avoid a toolchain issue [1][2]. [1] http://lists.busybox.net/pipermail/buildroot/2015-December/148428.html [2] https://sourceware.org/bugzilla/show_bug.cgi?id=19405 Avoid: http://autobuild.buildroot.net/results/3e2/3e2ad2de03b5e9f181332d06dcf860e51fcd47f8/ Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/gtkmm3: reorder select/dependsRomain Naour2015-12-281-6/+6
| | | | | | | | | | | | | | | | >From [1]: "Even though the ordering has absolutely no consequences in Kconfig, it is not logical (when reading). It is more logical and far easier to understand when depends come first, followed by the selects." Also, the Config.in exemple in the manual suggest to use this coding style [2]. [1] http://lists.busybox.net/pipermail/buildroot/2015-October/142955.html [2] http://buildroot.uclibc.org/downloads/manual/manual.html#writing-rules-config-in Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* eigen: fix indentationThomas Petazzoni2015-12-281-3/+3
| | | | | | Use tabs consistently for indentation. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/eigen: install .pc fileYann E. MORIN2015-12-281-0/+9
| | | | | | | | | | | | | Other packages will look for eigen3.pc to detect the presence of eigen3. eigen3.pc is usually installed by eigen's cmake buildsystem, but we do a manual install to not depend on host-cmake just to install header files. But in doing so, we forgot to install the .pc file. Manually sed the source .pc.in to generate the final .pc file. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libasplib: new packageBernd Kuhls2015-12-285-0/+61
| | | | | | | | | | | | Needed for upcoming kodi-adsp-biquad-filters package [Thomas: - add dependency on i386 || x86-64 since the <cpuid.h> header is needed - add hash file.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: new orangepipc_defconfigEelco Chaudron2015-12-285-0/+100
| | | | | | | | This commit adds a configuration for the Orange Pi PC board, <http://www.orangepi.org/orangepipc/>. Signed-off-by: Eelco Chaudron <echaudron@xiot.nl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/udpcast: move comment around, to keep proper indentationYann E. MORIN2015-12-281-4/+4
| | | | | | | | | | In Kconfig, when there is an item (like a comment) between a symbol and its dependees, then the indentation is not in effect. Move the symbol to the top of the file to guarantee the indentation in menuconfig. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* package/tcl: move comment around, to keep proper indentationYann E. MORIN2015-12-281-4/+4
| | | | | | | | | | In Kconfig, when there is an item (like a comment) between a symbol and its dependees, then the indentation is not in effect. Move the symbol to the top of the file to guarantee the indentation in menuconfig. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* package/nodejs: move comment around, to keep proper indentationYann E. MORIN2015-12-281-7/+7
| | | | | | | | | | In Kconfig, when there is an item (like a comment) between a symbol and its dependees, then the indentation is not in effect. Move the symbol to the top of the file to guarantee the indentation in menuconfig. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* package/gstreamer1: move comment around, to keep proper indentationYann E. MORIN2015-12-281-4/+4
| | | | | | | | | | | | | In Kconfig, when there is an item (like a comment) between a symbol and its dependees, then the indentation is not in effect. Move the symbol to the top of the file to guarantee the indentation in menuconfig. In this case, it means the gstremaer1 plugins are not indented below the main gstreamer1 prompt. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* package/gstreamer: move comment around, to keep proper indentationYann E. MORIN2015-12-281-4/+4
| | | | | | | | | | | | | In Kconfig, when there is an item (like a comment) between a symbol and its dependees, then the indentation is not in effect. Move the symbol to the top of the file to guarantee the indentation in menuconfig. In this case, it means the gstremaer plugins are not indented below the main gstreamer prompt. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* package/alsa-lib: move comment around, to keep proper indentationYann E. MORIN2015-12-281-3/+3
| | | | | | | | | | In Kconfig, when there is an item (like a comment) between a symbol and its dependees, then the indentation is not in effect. Move the symbol to the top of the file to guarantee the indentation in menuconfig. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* package/connman: cleanup backtrace patchYann E. MORIN2015-12-282-44/+65
| | | | | | | | | | | | | | | | | | | | | | | | connman uses execinfo.h to dump a backtrace in case of failure. execinfo.h is optional in uClibc, so we had a patch that conditonally disabled backtraces for uClibc when it was missing execinfo.h However, musl is also entirely lacking execinfo.h. Add a proper patch that checks for execinfo.h at ./configure time. This will no longer make any assumption on the C library that is being used. Fixes: http://autobuild.buildroot.org/results/f6e/f6ee8ab3a6300f1f527f9e92b8c2ec81e63afb27/ http://autobuild.buildroot.org/results/96b/96b78bb644ed4ef3493782521b17e3b2113a405f/ ... Note that there might be other issues with musl; this patch only fixes the execinfo.h one. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* autofs: not available on staticGustavo Zacarias2015-12-281-2/+4
| | | | | | | | Uses dlfcn & friends, fixes: http://autobuild.buildroot.net/results/2f2/2f2dcf8d2af961c0401a4b39f96cefe691a4479b/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libjpeg-turbo: bump to version 1.4.2Gustavo Zacarias2015-12-282-5/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* nasm: bump to version 2.11.08Gustavo Zacarias2015-12-282-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* start-stop-daemon: bump to version 1.18.4Gustavo Zacarias2015-12-282-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsecret: add patch to fix .pc file for static linkingThomas Petazzoni2015-12-281-0/+38
| | | | | | | | | | | | The .pc file of libsecret needs to be adjusted to account for its optional dependency on the gcrypt library. The patch has been submitted upstream for inclusion. Fixes: http://autobuild.buildroot.org/results/c2c/c2c6185cfbd9a0c91266c9e8a5f4221afb14930f/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pinentry: optionally depend on libsecretThomas Petazzoni2015-12-281-0/+7
| | | | | | | pinentry can use libsecret when available, so we should handle this optional dependencies properly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pinentry: add host-pkgconf dependencyThomas Petazzoni2015-12-281-1/+3
| | | | | | | | pinentry configure.ac uses PKG_CHECK_MODULES() and also manual calls to pkg-config, to detect the availability of some libraries, so we need to depend on host-pkgconf. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* vboot-utils: add missing dependency on host-util-linuxThomas Petazzoni2015-12-272-1/+2
| | | | | | | | | | | vboot-utils needs uuid.h and libuuid for the cgpt tool, so we need to depend on host-util-linux. Fixes: http://autobuild.buildroot.org/results/ee1/ee18202cb6d7751178617e6a3d0bc97e65318aa9/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* toolchain: granular choice for stack protectorSteven Noonan2015-12-273-5/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, we only support two levels of stach-smashing protection: - entirely disabled, - protect _all_ functions with -fstack-protector-all. -fstack-protector-all tends to be far too aggressive and impacts performance too much to be worth on a real product. Add a choice that allows us to select between different levels of stack-smashing protection: - none - basic (NEW) - strong (NEW) - all The differences are documented in the GCC online documentation: https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gcc/Optimize-Options.html Signed-off-by: Steven Noonan <steven@uplinklabs.net> [yann.morin.1998@free.fr: - rebase - add legacy handling - SSP-strong depends on gcc >= 4.9 - slightly simple ifeq-block in package/Makefile.in - keep the comment in the choice; add a comment shen strong is not available - drop the defaults (only keep the legacy) - update commit log ] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> [Thomas: - only show the choice if the toolchain has SSP support - add details for the BR2_SSP_ALL option that it has a significant performance impact.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ustr: not available for static-only configurationsThomas Petazzoni2015-12-271-0/+5
| | | | | | | | | | | | | ustr now unconditionally builds a shared library, so we have to mark it as not available for static-only builds. The only reverse dependencies of ustr is libsemanage, which was anyway already not available for pure static builds. Fixes: http://autobuild.buildroot.org/results/734/734975f6ac041e8aece07205c0b8966fe51e7df1/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* stunnel: use BR2_TOOLCHAIN_HAS_SSP instead of BR2_ENABLE_SSPThomas Petazzoni2015-12-271-1/+1
| | | | | | | | | | All packages use BR2_TOOLCHAIN_HAS_SSP to determine whether they can use SSP suppport or not, except stunnel. Therefore, this commit makes stunnel consistent with other packages. This is also necessary in preparation to the removal of BR2_ENABLE_SSP in favor of a choice between various SSP options. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* arch/arm: add help text to BR2_ARM_ENABLE_VFPThomas Petazzoni2015-12-271-0/+4
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* toolchain/external: Arago armv7 toolchain really requires a VFPv3Yann E. MORIN2015-12-271-1/+1
| | | | | | | | | The Arago armv7 toolchain really requires a VFPv3 unit, so only expose it to the user when the CPU actually has such a VFP unit Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud