Skip to content

Commit bfd7fc5

Browse files
committed
wip
1 parent 6b5155d commit bfd7fc5

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

stackinator/recipe.py

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -392,19 +392,9 @@ def generate_compiler_specs(self, raw):
392392
compilers = {}
393393

394394
gcc = {}
395-
#gcc["packages"] = {
396-
# "external": [
397-
# "perl",
398-
# "m4",
399-
# "autoconf",
400-
# "automake",
401-
# "libtool",
402-
# "gawk",
403-
# "python",
404-
# "texinfo",
405-
# "gawk",
406-
# ],
407-
#}
395+
# gcc["packages"] = {
396+
# "external": [ "perl", "m4", "autoconf", "automake", "libtool", "gawk", "python", "texinfo", "gawk", ],
397+
# }
408398

409399
if isinstance(raw["gcc"]["specs"], str):
410400
gcc["specs"] = raw["gcc"]["specs"] + " +bootstrap"

0 commit comments

Comments
 (0)