distro: gcc: Patch to allow builds without /bin/sh.
* distro/packages/base.scm (gcc-4.7): In `pre-configure' phase, patch shebang in `gcc/exec-tool.in'.master
parent
dfb53ee232
commit
d6f80f187c
|
@ -428,6 +428,9 @@ BFD (Binary File Descriptor) library, `gprof', `nm', `strip', etc.")
|
||||||
~a~%"
|
~a~%"
|
||||||
libc line))))
|
libc line))))
|
||||||
|
|
||||||
|
;; Adjust hard-coded #!/bin/sh.
|
||||||
|
(patch-shebang "gcc/exec-tool.in")
|
||||||
|
|
||||||
;; Don't retain a dependency on the build-time sed.
|
;; Don't retain a dependency on the build-time sed.
|
||||||
(substitute* "fixincludes/fixincl.x"
|
(substitute* "fixincludes/fixincl.x"
|
||||||
(("static char const sed_cmd_z\\[\\] =.*;")
|
(("static char const sed_cmd_z\\[\\] =.*;")
|
||||||
|
|
Reference in New Issue