We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62551b2 commit 0452d39Copy full SHA for 0452d39
1 file changed
pkgs/gcc/gcc.yaml
@@ -13,16 +13,11 @@ sources:
13
14
build_stages:
15
- name: rpath_patch
16
- before: rpath_sed
+ before: configure
17
files: [rpath.patch]
18
handler: bash
19
bash: |
20
patch -up1 < _hashdist/rpath.patch
21
-
22
- - name: rpath_sed
23
- before: configure
24
- handler: bash
25
- bash: |
26
sed -i "s|@@ARTIFACT@@|${ARTIFACT}|g" gcc/config/i386/gnu-user.h gcc/config/i386/gnu-user64.h
27
28
- name: link_lib64_to_lib
0 commit comments