mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
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>
This commit is contained in:
parent
568251c281
commit
5938837633
@ -361,15 +361,3 @@ do_libc_min_kernel_config() {
|
||||
;;
|
||||
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() {
|
||||
:
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user