]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcody/Makefile.in
libcody: Allow PIC [PR 98324]
authorNathan Sidwell <nathan@acm.org>
Thu, 17 Dec 2020 14:22:43 +0000 (06:22 -0800)
committerNathan Sidwell <nathan@acm.org>
Thu, 17 Dec 2020 17:56:42 +0000 (09:56 -0800)
commitd1ad55c4e08b827b4d38f763e0427096305d460d
tree2d39b9ccb9dcd77d32bd53c29c3d8bb15b23a8b8
parent217d5beaff9987a9845155fc796322b5f8bb876d
libcody: Allow PIC [PR 98324]

While this doesn't fix 98324, it was an omission.  Cribbed code from
libcpp to build libcody as PIC.

libcody/
* configure.ac: Add --enable-host-shared.
* Makefile.in: Add FLAGPIC.
* configure: Regenerated.
libcody/Makefile.in
libcody/configure
libcody/configure.ac