* config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.

From-SVN: r68322
This commit is contained in:
Jason Thorpe 2003-06-22 04:53:22 +00:00 committed by Jason Thorpe
parent ad1cbb4109
commit ad667abe54
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-06-21 Jason Thorpe <thorpej@wasabisystems.com>
* config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
2003-06-21 Zack Weinberg <zack@codesourcery.com> 2003-06-21 Zack Weinberg <zack@codesourcery.com>
* aclocal.m4 (gcc_AC_C_CHARSET): Delete. * aclocal.m4 (gcc_AC_C_CHARSET): Delete.

View File

@ -417,7 +417,7 @@ case $machine in
fi fi
;; ;;
*-*-netbsd*) *-*-netbsd*)
tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd" tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd t-libgcc-pic"
gas=yes gas=yes
gnu_ld=yes gnu_ld=yes