mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
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:
@@ -33,7 +33,7 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
OUTPUT_ARCH(elf_i386)
|
||||
OUTPUT_ARCH(i386)
|
||||
ENTRY(__start)
|
||||
SECTIONS
|
||||
{
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user