diff options
author | Jason Thorpe <thorpej@wasabisystems.com> | 2003-06-22 04:53:22 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@gcc.gnu.org> | 2003-06-22 04:53:22 +0000 |
commit | ad667abe549e76abaf248e470ceff39409440a8e (patch) | |
tree | 8f092b38ac2f993adc7f777d2606db1d520706e0 /gcc/config.gcc | |
parent | ad1cbb4109a53a6b27566f8e0e0d54de0f49aba9 (diff) | |
download | gcc-ad667abe549e76abaf248e470ceff39409440a8e.zip gcc-ad667abe549e76abaf248e470ceff39409440a8e.tar.gz gcc-ad667abe549e76abaf248e470ceff39409440a8e.tar.bz2 |
* config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
From-SVN: r68322
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index d517d1e..c2a36a2 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -417,7 +417,7 @@ case $machine in fi ;; *-*-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 gnu_ld=yes |