2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

PR 541/bsps
	* startup/linkcmds, startup/linkcmds.dl: Remove SEARCH_DIR.
This commit is contained in:
Joel Sherrill
2003-12-16 14:08:30 +00:00
parent a916d938f5
commit 510226551f
6 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 541/bsps
* startup/linkcmds, startup/linkcmds.dl: Remove SEARCH_DIR.
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h, include/coverhd.h, startup/bspclean.c,

View File

@@ -12,7 +12,6 @@
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc",
"elf32-powerpc")
OUTPUT_ARCH(powerpc)
SEARCH_DIR(/usr/local/powerpc-rtems/lib);
ENTRY(download_entry)

View File

@@ -10,7 +10,6 @@
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc",
"elf32-powerpc")
OUTPUT_ARCH(powerpc)
SEARCH_DIR(/usr/local/powerpc-rtems/lib);
ENTRY(download_entry)

View File

@@ -1,3 +1,8 @@
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 541/bsps
* startup/linkcmds, startup/linkcmds.dl: Remove SEARCH_DIR.
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h, include/coverhd.h, startup/bspclean.c,

View File

@@ -9,7 +9,6 @@
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc",
"elf32-powerpc")
OUTPUT_ARCH(powerpc)
SEARCH_DIR(/usr/local/powerpc-rtems/lib);
ENTRY(flash_entry)

View File

@@ -10,7 +10,6 @@
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc",
"elf32-powerpc")
OUTPUT_ARCH(powerpc)
SEARCH_DIR(/usr/local/powerpc-rtems/lib);
ENTRY(download_entry)