https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84393

            Bug ID: 84393
           Summary: "make install" omits gfortran modules, following
                    cross-native build
           Product: gcc
           Version: 6.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
          Assignee: unassigned at gcc dot gnu.org
          Reporter: keith.marshall at mailinator dot com
                CC: jakub at gcc dot gnu.org
  Target Milestone: ---

I've successfully built, and installed, GCC-6.3.0 as a GNU/Linux hosted cross
compiler suite for the mingw32 target; the language set includes fortran, and
libgomp is enabled.  I then proceeded to use this cross compiler suite to
create a cross native build, for deployment on the mingw32 host itself.

When installing the cross compiler suite, "make install" has added the
following eight files to my
$CROSS_COMPILER_ROOT/lib/gcc/mingw32/6.3.0/finclude:

  omp_lib.f90
  omp_lib.h
  omp_lib_kinds.mod
  omp_lib.mod
  openacc.f90
  openacc_kinds.mod
  openacc_lib.h
  openacc.mod

However, when staging the cross native build, "make install" neglects to
install any of these files.

Reply via email to