diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2018-06-19 00:05:40 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2018-06-19 00:05:40 +0200 |
commit | e054112458e12cb562cf84cabcb1970ca5ef1ff1 (patch) | |
tree | 0b86fac78b57e481f8d6bd75606a789a19c8de98 /ChangeLog | |
parent | Fix failure to find member of a typedef base class (diff) | |
download | binutils-gdb-e054112458e12cb562cf84cabcb1970ca5ef1ff1.tar.gz binutils-gdb-e054112458e12cb562cf84cabcb1970ca5ef1ff1.tar.bz2 binutils-gdb-e054112458e12cb562cf84cabcb1970ca5ef1ff1.zip |
This was already applied on the GCC side.
* Makefile.def (fortran): Add check-target-libgomp-fortran.
* Makefile.tpl (check-target-libgomp-fortran): New phony target.
* Makefile.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 93838be4e48..cd7152984a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2018-06-18 Eric Botcazou <ebotcazou@adacore.com> + + * Makefile.def (fortran): Add check-target-libgomp-fortran. + * Makefile.tpl (check-target-libgomp-fortran): New phony target. + * Makefile.in: Regenerate. + + * configure: Regenerate. + 2018-06-18 Simon Marchi <simon.marchi@ericsson.com> * configure.ac: Sync with GCC, remove MPX-related things. |