diff options
| author | Romain Naour <romain.naour@gmail.com> | 2016-02-07 22:59:24 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-07 23:12:11 +0100 |
| commit | eebd770728376106215c519acc4cd74a1b79a141 (patch) | |
| tree | 622d0eabf1bf6827a7d7c128db54b262009fc14a /package/guile | |
| parent | 5f3aed3f50ff48c8a60185407d7220aeedfea5e5 (diff) | |
| download | buildroot-eebd770728376106215c519acc4cd74a1b79a141.tar.gz buildroot-eebd770728376106215c519acc4cd74a1b79a141.zip | |
package/libatomic_ops: rename libatomic_ops supported arch Kconfig symbol
According to the discussion on the mailing-list [1], rename
the libatomic_ops supported architectures Kconfig symbol.
[1] http://lists.busybox.net/pipermail/buildroot/2016-February/152146.html
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/guile')
| -rw-r--r-- | package/guile/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/guile/Config.in b/package/guile/Config.in index e93d3534ae..b3f744ea41 100644 --- a/package/guile/Config.in +++ b/package/guile/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_GUILE bool "guile" depends on !BR2_TOOLCHAIN_USES_MUSL # no strtol_l depends on BR2_TOOLCHAIN_HAS_THREADS - depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS # bdwgc + depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS # bdwgc depends on BR2_USE_WCHAR # libunistring depends on !BR2_STATIC_LIBS select BR2_PACKAGE_LIBUNISTRING |

