diff options
Diffstat (limited to 'gnu/lib/libgcc')
-rw-r--r-- | gnu/lib/libgcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index 48eee7a..a408488 100644 --- a/gnu/lib/libgcc/Makefile +++ b/gnu/lib/libgcc/Makefile @@ -13,7 +13,7 @@ LIB= gcc #SHLIB_MAJOR= 1 # We need to install libgcc_pic.a as well, for use by shared libs. -INSTALL_PIC_ARCHIVE= yes +INSTALL_PIC_ARCHIVE= # # XXX This is a hack, but it seems to work. |