diff options
author | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-24 18:37:53 +0000 |
---|---|---|
committer | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-24 18:37:53 +0000 |
commit | 1d601dca6d55ba223726a77d0ce6ddff1e4f7792 (patch) | |
tree | 3e3c8a426e986455aea8ae22fff3648c90848649 /libgfortran/Makefile.am | |
parent | e0dbdbbfc016a3e83eddc1618885a21ad0ccaed5 (diff) | |
download | gcc-1d601dca6d55ba223726a77d0ce6ddff1e4f7792.tar.gz |
2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target. Add install-html to .PHONY
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114049 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/Makefile.am')
-rw-r--r-- | libgfortran/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am index 1c2fce6b97c..9c71f4fe6b0 100644 --- a/libgfortran/Makefile.am +++ b/libgfortran/Makefile.am @@ -579,6 +579,10 @@ $(gfor_built_specific2_src) \ intrinsics/dprod_r8.f90 \ intrinsics/f2c_specifics.F90 +# No install-html support yet. +.PHONY: install-html +install-html: + # Turn on vectorization and loop unrolling for matmul. $(patsubst %.c,%.lo,$(notdir $(i_matmul_c))): AM_CFLAGS += -ftree-vectorize -funroll-loops # Logical matmul doesn't vectorize. |