Index: gnu/dist/gcc/gcc/config/netbsd.h =================================================================== RCS file: /e/st4200/20040925/Repository/src/gnu/dist/gcc/gcc/config/netbsd.h,v retrieving revision 1.2 diff -u -r1.2 netbsd.h --- gnu/dist/gcc/gcc/config/netbsd.h 28 Sep 2004 13:10:14 -0000 1.2 +++ gnu/dist/gcc/gcc/config/netbsd.h 17 Oct 2004 07:18:17 -0000 @@ -26,6 +26,11 @@ builtin_define ("__NetBSD__"); \ builtin_assert ("system=unix"); \ builtin_assert ("system=NetBSD"); \ + if (flag_pic) \ + { \ + builtin_define ("__PIC__"); \ + builtin_define ("__pic__"); \ + } \ } \ while (0)