misc QEMU fixes

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3351 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-03-08 01:24:42 +00:00
parent b584ceccef
commit cca3d5d566
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
*
****************************************************************************/
OUTPUT_ARCH(elf_i386)
OUTPUT_ARCH(i386)
ENTRY(__start)
SECTIONS
{

View File

@ -42,7 +42,7 @@ if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
# Uncomment and modify the following if you are using anything other
# than the system GCC
# WD=`pwd`
# export BUILDROOT_BIN="${WD}/../../buildroot/build_i486/staging_dir/bin"
# export BUILDROOT_BIN="${WD}/../../../buildroot/build_i486/staging_dir/bin"
# export PATH="${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"