--- egcs-1.1.2/libf2c/Makefile.in.orig Thu Aug 5 15:12:50 1999 +++ egcs-1.1.2/libf2c/Makefile.in Thu Aug 5 15:17:00 1999 @@ -47,14 +47,15 @@ RANLIB = @RANLIB@ CC = @CC@ -CFLAGS = @CFLAGS@ +CFLAGS = @CFLAGS@ +PICFLAG = -fPIC # List of variables to pass to sub-makes. # Quote this way so that it can be used to set shell variables too. # Currently no use for PICFLAG, RUNTESTFLAGS -- check usage. FLAGS_TO_PASS= \ CC='$(CC)' \ - CFLAGS='$(CFLAGS)' \ + CFLAGS='$(CFLAGS) $(PICFLAG)' \ CPPFLAGS='$(CPPFLAGS)' \ AR='$(AR)' \ RANLIB='$(RANLIB)' \