[elbe-devel] [PATCH v2 09/15] makofiles environment-setup-elbe: dont specify --target in CONFIGURE_FLAGS
Torben Hohn
torben.hohn at linutronix.de
Thu May 16 09:05:30 CEST 2019
--target is only useful for toolchains, and defaults to --host, this
is a sane default.
Dont specify it anymore.
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
elbepack/makofiles/environment-setup-elbe.mako | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elbepack/makofiles/environment-setup-elbe.mako b/elbepack/makofiles/environment-setup-elbe.mako
index d79861346..48b61693e 100644
--- a/elbepack/makofiles/environment-setup-elbe.mako
+++ b/elbepack/makofiles/environment-setup-elbe.mako
@@ -69,7 +69,7 @@ export AR=${real_multimach_target_sys}-ar
export NM=${real_multimach_target_sys}-nm
export M4=m4
export TARGET_PREFIX=${real_multimach_target_sys}-
-export CONFIGURE_FLAGS="--target=${sdk_arch}-linux --host=${real_multimach_target_sys} --build=${sdk_arch}-linux --with-libtool-sysroot=$SDKTARGETSYSROOT"
+export CONFIGURE_FLAGS="--host=${real_multimach_target_sys} --build=${sdk_arch}-linux --with-libtool-sysroot=$SDKTARGETSYSROOT"
export CFLAGS=" -O2 -pipe -g -feliminate-unused-debug-types "
export CXXFLAGS=" -O2 -pipe -g -feliminate-unused-debug-types "
export LDFLAGS="-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed"
--
2.11.0
More information about the elbe-devel
mailing list