Deleted Added
full compact
Makefile (18390) Makefile (18441)
1#
1#
2# $Id: Makefile,v 1.9 1996/05/07 23:15:14 wosch Exp $
2# $Id: Makefile,v 1.11 1996/09/19 15:53:44 peter Exp $
3#
4
5LIB= gcc
3#
4
5LIB= gcc
6
7# Install libgcc_pic.a, since ld.so uses it.
6INSTALL_PIC_ARCHIVE= yes
7
8#
9# XXX This is a hack, but it seems to work. libgcc1.a is supposed to be
10# compiled by the native compiler, and libgcc2.a is meant to be compiled
11# by *this* version of gcc.
12#
13# Normally, this does not make any difference, since we only have gcc, but

--- 70 unchanged lines hidden ---
8INSTALL_PIC_ARCHIVE= yes
9
10#
11# XXX This is a hack, but it seems to work. libgcc1.a is supposed to be
12# compiled by the native compiler, and libgcc2.a is meant to be compiled
13# by *this* version of gcc.
14#
15# Normally, this does not make any difference, since we only have gcc, but

--- 70 unchanged lines hidden ---