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

* startup/linkcmds: Remove SEARCH_DIR.
	* startup/linkcmds.dl: Remove SEARCH_DIR.
This commit is contained in:
Ralf Corsepius
2003-12-15 08:06:07 +00:00
parent d7e0507ddb
commit c112b70bc5
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>
* startup/linkcmds: Remove SEARCH_DIR.
* startup/linkcmds.dl: Remove SEARCH_DIR.
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.

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>
* startup/linkcmds: Remove SEARCH_DIR.
* startup/linkcmds.dl: Remove SEARCH_DIR.
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.

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)