diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc index 0b31a8c8a3..6acf8c5848 100644 --- a/meta/recipes-devtools/gcc/gcc-cross.inc +++ b/meta/recipes-devtools/gcc/gcc-cross.inc | |||
@@ -87,12 +87,12 @@ then | |||
87 | exit 1 | 87 | exit 1 |
88 | fi | 88 | fi |
89 | echo "lappend boards_dir [pwd]/../../.." > ${B}/site.exp | 89 | echo "lappend boards_dir [pwd]/../../.." > ${B}/site.exp |
90 | echo "load_generic_config \"unix\"" > ${B}/${MACHINE_ARCH}.exp | 90 | echo "load_generic_config \"unix\"" > ${B}/${PACKAGE_ARCH}.exp |
91 | echo "set_board_info username \$user" >> ${B}/${MACHINE_ARCH}.exp | 91 | echo "set_board_info username \$user" >> ${B}/${PACKAGE_ARCH}.exp |
92 | echo "set_board_info rsh_prog ssh" >> ${B}/${MACHINE_ARCH}.exp | 92 | echo "set_board_info rsh_prog ssh" >> ${B}/${PACKAGE_ARCH}.exp |
93 | echo "set_board_info rcp_prog scp" >> ${B}/${MACHINE_ARCH}.exp | 93 | echo "set_board_info rcp_prog scp" >> ${B}/${PACKAGE_ARCH}.exp |
94 | echo "set_board_info hostname \$target" >> ${B}/${MACHINE_ARCH}.exp | 94 | echo "set_board_info hostname \$target" >> ${B}/${PACKAGE_ARCH}.exp |
95 | DEJAGNU=${B}/site.exp make -k check RUNTESTFLAGS="--target_board=${MACHINE_ARCH}\$@" | 95 | DEJAGNU=${B}/site.exp make -k check RUNTESTFLAGS="--target_board=${PACKAGE_ARCH}\$@" |
96 | 96 | ||
97 | STOP | 97 | STOP |
98 | 98 | ||