aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/gcc.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 95c09e0924..b7173d63ba 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -1373,9 +1373,7 @@ provides the GNU compiler for the Go programming language."))
(list (search-path-specification
(variable "OBJCPLUS_INCLUDE_PATH")
(files '("include")))
- (search-path-specification
- (variable "LIBRARY_PATH")
- (files '("lib" "lib64")))))
+ $LIBRARY_PATH))
(define-public gcc-objc++-4.8
(custom-gcc gcc-4.8 "gcc-objc++" '("obj-c++")
m?id=1db174a3addcdb6bd6cc94704a435b1d4b75b726'>gnu: ghc: Rely on a fixed version of Git....Ludovic Courtès 2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe 2021-10-09gnu: ghc-8.10: Disable failing test on i686....Lars-Dominik Braun 2021-10-08gnu: ghc-8: Update to 8.10....Lars-Dominik Braun 2021-09-17Merge branch 'master' into core-updates-frozen...Marius Bakke 2021-09-15gnu: ghc-8.8: Rename to ghc-next....Lars-Dominik Braun 2021-09-15gnu: Add ghc-8.10....Xinglu Chen 2021-07-29Merge branch 'master' into core-updates-frozen...Marius Bakke 2021-07-26gnu: ghc-8.8: Update to 8.8.4....Matthew James Kraai 2021-07-24gnu: Use 'search-input-file' when looking for *.so and *.a....Ludovic Courtès