# HG changeset patch # User "Yann E. MORIN" # Date 1319145136 -7200 # Node ID a0c5aad74f8fe108622c3413af164eb1304cfbbb # Parent 32aa23619dfd8fae0095da160c796f687416c8e3 samples: set vendor string in all samples Signed-off-by: "Yann E. MORIN" diff -r 32aa23619dfd -r a0c5aad74f8f samples/powerpc-unknown-linux-gnu/crosstool.config --- a/samples/powerpc-unknown-linux-gnu/crosstool.config Tue Oct 18 20:17:41 2011 +0200 +++ b/samples/powerpc-unknown-linux-gnu/crosstool.config Thu Oct 20 23:12:16 2011 +0200 @@ -156,7 +156,7 @@ # # Tuple completion and aliasing # -CT_TARGET_VENDOR="" +CT_TARGET_VENDOR="unknown" CT_TARGET_ALIAS_SED_EXPR="" CT_TARGET_ALIAS="" diff -r 32aa23619dfd -r a0c5aad74f8f samples/powerpc64-unknown-linux-gnu/crosstool.config --- a/samples/powerpc64-unknown-linux-gnu/crosstool.config Tue Oct 18 20:17:41 2011 +0200 +++ b/samples/powerpc64-unknown-linux-gnu/crosstool.config Thu Oct 20 23:12:16 2011 +0200 @@ -162,7 +162,7 @@ # # Tuple completion and aliasing # -CT_TARGET_VENDOR="" +CT_TARGET_VENDOR="unknown" CT_TARGET_ALIAS_SED_EXPR="" CT_TARGET_ALIAS="" diff -r 32aa23619dfd -r a0c5aad74f8f samples/sh4-unknown-linux-gnu/crosstool.config --- a/samples/sh4-unknown-linux-gnu/crosstool.config Tue Oct 18 20:17:41 2011 +0200 +++ b/samples/sh4-unknown-linux-gnu/crosstool.config Thu Oct 20 23:12:16 2011 +0200 @@ -154,7 +154,7 @@ # # Tuple completion and aliasing # -CT_TARGET_VENDOR="" +CT_TARGET_VENDOR="unknown" CT_TARGET_ALIAS_SED_EXPR="" CT_TARGET_ALIAS=""