Jakub Jelinek 4a1493f060 intl: Add --enable-host-shared support [PR100096]
As mentioned in the PR, building gcc with jit enabled and
--enable-host-shared doesn't work on NetBSD/i?86, as libgccjit.so.0
has text relocations.
The r0-125846-g459260ecf8b420b029601a664cdb21c185268ecb changes
added --enable-host-shared support to various libraries, but didn't
add it to intl/ subdirectory; on Linux it isn't really needed, because
all: all-no
all-no: #nothing
but on other OSes intl/libintl.a is built.

The following patch makes sure it is built with -fPIC when
--enable-host-shared is used.

2021-04-16  Jakub Jelinek  <jakub@redhat.com>

	PR jit/100096
	* configure.ac: Add --enable-host-shared support.
	* Makefile.in: Update copyright.  Add @PICFLAG@ to CFLAGS.
	* configure: Regenerated.
2021-04-16 18:32:27 +02:00
2021-04-02 00:16:26 +00:00
2021-04-14 00:16:24 +00:00
2021-04-13 00:16:21 +00:00
2021-04-01 00:16:39 +00:00
2021-04-07 00:16:39 +00:00
2021-04-14 00:16:24 +00:00
2021-04-06 00:16:43 +00:00
2021-04-12 15:23:16 -07:00
2021-04-16 00:16:23 +00:00
2021-04-01 00:16:39 +00:00
2021-04-11 00:16:24 +00:00
2021-04-16 00:16:23 +00:00
2021-04-10 00:16:23 +00:00
2021-04-12 00:16:27 +00:00

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with COPYING for copying permission.  The manuals, and
some of the runtime libraries, are under different terms; see the
individual source files for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs/ for how to report bugs usefully.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.
Description
No description provided
Readme 4.2 GiB
Languages
C++ 30.7%
C 30.2%
Ada 14.4%
D 6.1%
Go 5.7%
Other 12.4%