Makefile.am (AM_CPPFLAGS): Commentary typo fix.
2007-08-22 Bernhard Fischer <rep.dot.nop@gmail.com> * libgfortran/Makefile.am (AM_CPPFLAGS): Commentary typo fix. From-SVN: r127714
This commit is contained in:
parent
82161911c3
commit
3a923a7585
@ -1,3 +1,7 @@
|
|||||||
|
2007-08-22 Bernhard Fischer <rep.dot.nop@gmail.com>
|
||||||
|
|
||||||
|
* libgfortran/Makefile.am (AM_CPPFLAGS): Commentary typo fix.
|
||||||
|
|
||||||
2007-08-17 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
2007-08-17 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||||
|
|
||||||
PR fortran/33079
|
PR fortran/33079
|
||||||
|
@ -22,7 +22,7 @@ myexeclibdir = $(libdir)/gcc/$(target_alias)/$(gcc_version)$(MULTISUBDIR)
|
|||||||
libgfortranbegin_la_SOURCES = fmain.c
|
libgfortranbegin_la_SOURCES = fmain.c
|
||||||
libgfortranbegin_la_LDFLAGS = -static
|
libgfortranbegin_la_LDFLAGS = -static
|
||||||
|
|
||||||
## io.h conflicts with some a system header on some platforms, so
|
## io.h conflicts with a system header on some platforms, so
|
||||||
## use -iquote
|
## use -iquote
|
||||||
AM_CPPFLAGS = -iquote$(srcdir)/io -I$(srcdir)/$(MULTISRCTOP)../gcc \
|
AM_CPPFLAGS = -iquote$(srcdir)/io -I$(srcdir)/$(MULTISRCTOP)../gcc \
|
||||||
-I$(srcdir)/$(MULTISRCTOP)../gcc/config \
|
-I$(srcdir)/$(MULTISRCTOP)../gcc/config \
|
||||||
|
Loading…
Reference in New Issue
Block a user