eae8c877fe
Building 4.07 (and 4.08) was broken on recent GCC versions; I just pushed a commit to the maintenance branch of 4.07 to fix this, so that I can build on my machine.
6 lines
181 B
Diff
6 lines
181 B
Diff
19,20c19
|
|
< echo ' -nopervasives -no-alias-deps -w -49' \
|
|
< ' -pp "$AWK -f ./expand_module_aliases.awk"';;
|
|
---
|
|
> echo ' -nopervasives -no-alias-deps -w -49';;
|