mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
The issue fixed by 0003-Link-with-LDLIBS-instead-of-LIBS-for-DED.patch (ERL-529) has been fixed since OTP20.3 (a5cbcbdb85) and is no longer required. OTP provides wrapper scripts (otp_build and configure) which perform tasks previously handled directly by autotools i.e. autoreconf. Signed-off-by: Frank Vanbever <frank.vanbever@essensium.com> [Thomas: - drop the save_bootstrap step, which is not needed - properly run the autoconf step for both the host and target variants] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>