mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: gcj: Switch dejagnu test command.
* gnu/packages/gcc.scm (gcj)[arguments]: Switch the depreciated dejagnu command 'absolute' for the new testing command 'file normalize'.
This commit is contained in:
parent
fedcb99d84
commit
a9c958b5aa
1 changed files with 7 additions and 0 deletions
|
@ -558,6 +558,13 @@ as the 'native-search-paths' field."
|
||||||
(string-append line " -Wl,-rpath=$(libdir)"))
|
(string-append line " -Wl,-rpath=$(libdir)"))
|
||||||
(("libgcj(_bc)?_la_LDFLAGS =" ldflags _)
|
(("libgcj(_bc)?_la_LDFLAGS =" ldflags _)
|
||||||
(string-append ldflags " -Wl,-rpath=$(libdir)")))))
|
(string-append ldflags " -Wl,-rpath=$(libdir)")))))
|
||||||
|
(add-after
|
||||||
|
'unpack 'patch-testsuite
|
||||||
|
;; dejagnu-1.6 removes the 'absolute' command
|
||||||
|
(lambda _
|
||||||
|
(substitute* "libjava/testsuite/lib/libjava.exp"
|
||||||
|
(("absolute") "file normalize"))
|
||||||
|
#t))
|
||||||
(add-after
|
(add-after
|
||||||
'install 'install-javac-and-javap-wrappers
|
'install 'install-javac-and-javap-wrappers
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue