- added big-endian to lib-searchpath
Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@436 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -4,8 +4,8 @@ OUTPUT_FORMAT("elf32-littlemips", "elf32-bigmips",
|
|||||||
OUTPUT_ARCH(mips)
|
OUTPUT_ARCH(mips)
|
||||||
ENTRY(_start)
|
ENTRY(_start)
|
||||||
SEARCH_DIR(".");
|
SEARCH_DIR(".");
|
||||||
SEARCH_DIR("/usr/local/mipsel-elf/lib");
|
SEARCH_DIR("/usr/local/mipsel-elf/lib:/usr/local/mipsel-elf/lib/eb");
|
||||||
SEARCH_DIR("/usr/local/lib/gcc/mipsel-elf/4.3.3");
|
SEARCH_DIR("/usr/local/lib/gcc/mipsel-elf/4.3.3:/usr/local/lib/gcc/mipsel-elf/4.3.3/eb");
|
||||||
|
|
||||||
stack_ptr = 0x7FFFEFF0;
|
stack_ptr = 0x7FFFEFF0;
|
||||||
baudrate = 0x0D;
|
baudrate = 0x0D;
|
||||||
|
|||||||
Reference in New Issue
Block a user