[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
Mon Jun 26 23:08:34 UTC 2023



Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC


Commits:
92861772 by Greg Steuck at 2023-06-26T19:08:30-04:00
Remove undefined FP_PROG_LD_BUILD_ID from configure.ac's

- - - - -
e2cc89be by Torsten Schmits at 2023-06-26T19:08:30-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/5c050e68110c9a2b706c66dead860156778e56f6...e2cc89bea091028db32fecaa2707ffd36824c599

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/5c050e68110c9a2b706c66dead860156778e56f6...e2cc89bea091028db32fecaa2707ffd36824c599
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/20230626/4db0ce2e/attachment-0001.html>


More information about the ghc-commits mailing list