mirror of git://gcc.gnu.org/git/gcc.git
PR 57028 Bootstrap regression wrt zlib.
2013-04-25 Janne Blomqvist <jb@gcc.gnu.org>
PR bootstrap/57028
* Make-lang.in (f951): Link in ZLIB.
(CFLAGS-fortran/module.o): Add zlib include directory.
From-SVN: r198318
This commit is contained in:
parent
09962a4aa3
commit
9c818d13d4
|
|
@ -1,3 +1,9 @@
|
|||
2013-04-25 Janne Blomqvist <jb@gcc.gnu.org>
|
||||
|
||||
PR bootstrap/57028
|
||||
* Make-lang.in (f951): Link in ZLIB.
|
||||
(CFLAGS-fortran/module.o): Add zlib include directory.
|
||||
|
||||
2013-04-22 Janus Weil <janus@gcc.gnu.org>
|
||||
|
||||
PR fortran/53685
|
||||
|
|
|
|||
|
|
@ -99,7 +99,8 @@ gfortran-cross$(exeext): gfortran$(exeext)
|
|||
f951$(exeext): $(F95_OBJS) \
|
||||
$(BACKEND) $(LIBDEPS) attribs.o
|
||||
+$(LINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) -o $@ \
|
||||
$(F95_OBJS) $(BACKEND) $(LIBS) attribs.o $(BACKENDLIBS)
|
||||
$(F95_OBJS) $(BACKEND) $(ZLIB) $(LIBS) attribs.o \
|
||||
$(BACKENDLIBS)
|
||||
|
||||
gt-fortran-trans.h : s-gtype; @true
|
||||
#
|
||||
|
|
@ -370,4 +371,5 @@ fortran/data.o: fortran/data.h
|
|||
fortran/options.o: $(PARAMS_H) $(TARGET_H) fortran/cpp.h
|
||||
fortran/cpp.o: fortran/cpp.c incpath.h incpath.o cppbuiltin.h
|
||||
fortran/scanner.o: fortran/scanner.h
|
||||
CFLAGS-fortran/module.o += $(ZLIBINC)
|
||||
fortran/module.o: fortran/scanner.h
|
||||
|
|
|
|||
Loading…
Reference in New Issue