mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-28 06:14:38 +00:00
800557a248
* Downgrade glibc to 2.27 for L4T Builds. * Downgrade binutils to 2.32 for L4T Builds. * Update L4T Project Options * Refactor tegra-bsp package * Import/Rebase CTC's ffmpeg patches, and switch decoder to nvv4l2 from nvmpi. Fixes decoder issues * Enable all disabled cores * Remove hack in busybox package to dump firmware into L4T Builds, we now handle this in tegra-bsp package. * More L4T project cleanups * Bring switch-bootloader package.mk inline with upstream formatting * Fix reboot_payload * Add proper tegra-bsp:init support * Bootloader cleanups, seperate bootloader stuff for libreelec builds * Update init for supporting all distros on Nintendo Switch * Add proper splash images for libreelec builds. * Final bootloader fixes * switch-bootloader-merge-fixes * Fix uboot merge issues * fix bmp * It all builds * add Basic USB Gadget(Serial console only) * Properly fix mtp, and finish gadget stuff
13 lines
470 B
Diff
13 lines
470 B
Diff
diff -ur a/binutils/Makefile.in b/binutils/Makefile.in
|
|
--- a/binutils/Makefile.in 2020-02-01 12:50:05.000000000 +0100
|
|
+++ b/binutils/Makefile.in 2020-02-20 00:45:18.792253182 +0100
|
|
@@ -560,7 +560,7 @@
|
|
zlibinc = @zlibinc@
|
|
AUTOMAKE_OPTIONS = dejagnu no-dist foreign subdir-objects
|
|
ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
|
|
-SUBDIRS = doc po
|
|
+SUBDIRS =
|
|
tooldir = $(exec_prefix)/$(target_alias)
|
|
|
|
# Automake 1.10+ disables lex and yacc output file regeneration if
|