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 | |
| parent | ad1cbb4109a53a6b27566f8e0e0d54de0f49aba9 (diff) | |
| download | gcc-ad667abe549e76abaf248e470ceff39409440a8e.tar.gz gcc-ad667abe549e76abaf248e470ceff39409440a8e.tar.bz2 gcc-ad667abe549e76abaf248e470ceff39409440a8e.zip | |
* config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
From-SVN: r68322
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config.gcc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5d0dc869ab7..b630e292a11 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> * aclocal.m4 (gcc_AC_C_CHARSET): Delete. diff --git a/gcc/config.gcc b/gcc/config.gcc index d517d1e560b..c2a36a2ee13 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 |
