All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH: for-master 1/3] package/uclibc: remove UCLIBC_LARGEFILE_CONFIG
@ 2019-08-17 11:26 Romain Naour
  2019-08-17 11:26 ` [Buildroot] [PATCH: for-master 2/3] package/gcc: gcc 9.x for ork1 needs binutils >= 2.32 Romain Naour
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Romain Naour @ 2019-08-17 11:26 UTC (permalink / raw)
  To: buildroot

UCLIBC_LARGEFILE_CONFIG was removed with the bump to uClibc-ng
1.0.20 (commit a44d7f2dbb19a54a8f2beb5c0f0adb0680999319)

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Waldemar Brodkorb <mail@waldemar-brodkorb.de>
---
 package/uclibc/uclibc.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/uclibc/uclibc.mk b/package/uclibc/uclibc.mk
index afc4872b65..b9ed8b9290 100644
--- a/package/uclibc/uclibc.mk
+++ b/package/uclibc/uclibc.mk
@@ -388,7 +388,6 @@ define UCLIBC_KCONFIG_FIXUP_CMDS
 	$(UCLIBC_X86_TYPE_CONFIG)
 	$(UCLIBC_DEBUG_CONFIG)
 	$(UCLIBC_ENDIAN_CONFIG)
-	$(UCLIBC_LARGEFILE_CONFIG)
 	$(UCLIBC_IPV6_CONFIG)
 	$(UCLIBC_FLOAT_CONFIG)
 	$(UCLIBC_SSP_CONFIG)
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-08-21 21:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-17 11:26 [Buildroot] [PATCH: for-master 1/3] package/uclibc: remove UCLIBC_LARGEFILE_CONFIG Romain Naour
2019-08-17 11:26 ` [Buildroot] [PATCH: for-master 2/3] package/gcc: gcc 9.x for ork1 needs binutils >= 2.32 Romain Naour
2019-08-21 21:47   ` Arnout Vandecappelle
2019-08-17 11:26 ` [Buildroot] [PATCH: for-master 3/3] package/gcc: allow uclibc only for gcc or1k (5.x) Romain Naour
2019-08-21 21:54   ` Arnout Vandecappelle
2019-08-21 21:40 ` [Buildroot] [PATCH: for-master 1/3] package/uclibc: remove UCLIBC_LARGEFILE_CONFIG Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.