- 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:
2009-04-15 13:43:41 +00:00
parent e19528b20f
commit 4372265ee2
+2 -2
View File
@@ -4,8 +4,8 @@ OUTPUT_FORMAT("elf32-littlemips", "elf32-bigmips",
OUTPUT_ARCH(mips)
ENTRY(_start)
SEARCH_DIR(".");
SEARCH_DIR("/usr/local/mipsel-elf/lib");
SEARCH_DIR("/usr/local/lib/gcc/mipsel-elf/4.3.3");
SEARCH_DIR("/usr/local/mipsel-elf/lib:/usr/local/mipsel-elf/lib/eb");
SEARCH_DIR("/usr/local/lib/gcc/mipsel-elf/4.3.3:/usr/local/lib/gcc/mipsel-elf/4.3.3/eb");
stack_ptr = 0x7FFFEFF0;
baudrate = 0x0D;