diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-18 15:58:30 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-18 15:58:30 +0100 |
commit | 4ddd7c9fbcd31059b387aa47c39e239e5d32b6bd (patch) | |
tree | 7c660cfd761170beb463104730ffc78c10d148db | |
parent | 4b36d50b997d0c93a1fcaeae8b121c79de91e6ae (diff) | |
download | buildroot-4ddd7c9fbcd31059b387aa47c39e239e5d32b6bd.tar.gz buildroot-4ddd7c9fbcd31059b387aa47c39e239e5d32b6bd.zip |
xfsprogs: remove comment about uClibc specific options
xfsprogs now builds fine with Buildroot default uClibc configuration, so
there is no point in having a specific comment: we don't have this for
any other package, and it's basically impossible to maintain.
UCLIBC_SV4_DEPRECATED is still disabled in the Buildroot default uClibc
configuration, but xfsprogs builds fine without it.
UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is now enabled in the Buildroot default
uClibc configuration.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/xfsprogs/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/xfsprogs/Config.in b/package/xfsprogs/Config.in index 2c24cbbc1c..6e1a935bbc 100644 --- a/package/xfsprogs/Config.in +++ b/package/xfsprogs/Config.in @@ -1,7 +1,3 @@ - -comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED and UCLIBC_HAS_OBSOLETE_BSD_SIGNAL enabled" - depends on BR2_PACKAGE_XFSPROGS - comment "xfsprogs needs a toolchain w/ wchar" depends on BR2_USE_MMU depends on !BR2_USE_WCHAR |