2002-11-27 David O'Brien <obrien@FreeBSD.org>
* configure.host: Fix generic FreeBSD configuration entry.
This commit is contained in:
parent
127a77fee0
commit
3b70b24ee4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2002-11-27 David O'Brien <obrien@FreeBSD.org>
|
||||||
|
|
||||||
|
* configure.host: Fix generic FreeBSD configuration entry.
|
||||||
|
|
||||||
2002-11-27 H.J. Lu <hjl@gnu.org>
|
2002-11-27 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* ld.texinfo: Add the missing `;' to sample version scripts.
|
* ld.texinfo: Add the missing `;' to sample version scripts.
|
||||||
|
|
|
@ -26,7 +26,7 @@ case "${host}" in
|
||||||
# gcc -print-file-name=specs will simply print specs. We create a
|
# gcc -print-file-name=specs will simply print specs. We create a
|
||||||
# dummy specs files to handle this.
|
# dummy specs files to handle this.
|
||||||
echo "-dynamic-linker `${CC} --print-file-name=ld-elf.so.1`" > specs
|
echo "-dynamic-linker `${CC} --print-file-name=ld-elf.so.1`" > specs
|
||||||
HOSTING_CRT0='-dynamic-linker `${CC} --print-file-name=ld-elf.so.1` `${CC} --print-file-name=crt1.o` `${CC} --print-file-name=crti.o` `${CC} --print-file-name=crtbegin.o`'
|
HOSTING_CRT0='-dynamic-linker `${CC} --print-prog-name=ld-elf.so.1` `${CC} --print-file-name=crt1.o` `${CC} --print-file-name=crti.o` `${CC} --print-file-name=crtbegin.o`'
|
||||||
HOSTING_LIBS='-L`dirname \`${CC} --print-file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} --print-file-name=crtend.o; fi` `${CC} --print-file-name=crtn.o`'
|
HOSTING_LIBS='-L`dirname \`${CC} --print-file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} --print-file-name=crtend.o; fi` `${CC} --print-file-name=crtn.o`'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue