[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 2 commits: Remove undefined FP_PROG_LD_BUILD_ID from configure.ac's
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Tue Jun 27 08:10:22 UTC 2023
Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC
Commits:
9d854d9a by Greg Steuck at 2023-06-27T04:10:19-04:00
Remove undefined FP_PROG_LD_BUILD_ID from configure.ac's
- - - - -
f46f93d4 by Torsten Schmits at 2023-06-27T04:10:20-04:00
Remove duplicate link label in linear types docs
- - - - -
3 changed files:
- configure.ac
- distrib/configure.ac.in
- docs/users_guide/exts/linear_types.rst
Changes:
=====================================
configure.ac
=====================================
@@ -487,7 +487,6 @@ CFLAGS="$CFLAGS $GccUseLdOpt"
AC_SUBST([LdCmd])
FP_PROG_LD_IS_GNU
-FP_PROG_LD_BUILD_ID
FP_PROG_LD_NO_COMPACT_UNWIND
FP_PROG_LD_FILELIST
=====================================
distrib/configure.ac.in
=====================================
@@ -130,7 +130,6 @@ CFLAGS="$CFLAGS $GccUseLdOpt"
AC_SUBST([LdCmd])
FP_PROG_LD_IS_GNU
-FP_PROG_LD_BUILD_ID
FP_PROG_LD_NO_COMPACT_UNWIND
FP_PROG_LD_FILELIST
=====================================
docs/users_guide/exts/linear_types.rst
=====================================
@@ -14,7 +14,7 @@ Linear types
warts, and bad error messages; everything down to the syntax is
subject to change**. See, in particular,
:ref:`linear-types-limitations` below. We encourage you to experiment
-with this extension and report issues in the GHC bug tracker `the GHC
+with this extension and report issues in `the GHC
bug tracker <https://gitlab.haskell.org/ghc/ghc/issues>`__, adding the
tag ``LinearTypes``.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/371541b35cb8b625aef0cc67c82940f124e335c5...f46f93d4c2e41da9e8ac525f2a3f327623012b8f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/371541b35cb8b625aef0cc67c82940f124e335c5...f46f93d4c2e41da9e8ac525f2a3f327623012b8f
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230627/26fff1b0/attachment-0001.html>
More information about the ghc-commits
mailing list