mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/environment-setup: add configure alias
In order to simplify the usage of a buildroot toolchain within the buildroot shell, a "configure" alias is provided to call ./configure with the correct flags. Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f56a715e3c
commit
26cb4e72e1
@@ -42,6 +42,7 @@ variables that will help cross-compile your projects using the
|
||||
Buildroot SDK: the +PATH+ will contain the SDK binaries, standard
|
||||
_autotools_ variables will be defined with the appropriate values, and
|
||||
+CONFIGURE_FLAGS+ will contain basic +./configure+ options to
|
||||
cross-compile _autotools_ projects. Note however that once this script
|
||||
is sourced, the environment is setup only for cross-compilation, and
|
||||
no longer for native compilation.
|
||||
cross-compile _autotools_ projects. It also provides some useful
|
||||
commands. Note however that once this script is sourced, the
|
||||
environment is setup only for cross-compilation, and no longer for
|
||||
native compilation.
|
||||
|
||||
Reference in New Issue
Block a user