[PATCH 5 of 5] libc: remove unneeded glibc/eglibc common functions

Benoît THÉBAUDEAU benoit.thebaudeau@advansee.com
Fri Jul 29 13:51:00 GMT 2011


# HG changeset patch
# User "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
# Date 1311946258 -7200
# Node ID aacdd4dc7f79d2b85b8d943e51479d1fd235de76
# Parent  b05b2e6bc26037963b24353f25dbd7be27d28b77
libc: remove unneeded glibc/eglibc common functions

do_libc_locales_extract() and do_libc_locales() in glibc-eglibc.sh-common have
been overridden for both glibc and eglibc, so they can now be removed, which
this patch does.

Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>

diff --git a/scripts/build/libc/glibc-eglibc.sh-common b/scripts/build/libc/glibc-eglibc.sh-common
--- a/scripts/build/libc/glibc-eglibc.sh-common
+++ b/scripts/build/libc/glibc-eglibc.sh-common
@@ -361,15 +361,3 @@
             ;;
     esac
 }
-
-# Extract the files required for the libc locales
-# Nothing to do by default
-do_libc_locales_extract() {
-    :
-}
-
-# Build and install the libc locales
-# Nothing to do by default
-do_libc_locales() {
-    :
-}


More information about the crossgcc mailing list