Skip to content

Commit

Permalink
Remove manual change now that upstream has the code
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Apr 4, 2021
1 parent 220383a commit d48562b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Unix/buildtool
Original file line number Diff line number Diff line change
Expand Up @@ -808,10 +808,6 @@ if [ "$arg1" = "cflags" -o "$arg1" = "cxxflags" ]; then
r="$r -fcommon"
r="$r -fno-strict-aliasing"
r="$r -fstack-protector-all"
# JBOREAN CHANGE:
# Newer gcc versions set '-fno-common' which breaks the OMI build. We proactively set '-fcommon' to
# restore the older behaviour.
r="$r -fcommon"
r="$r -D_GNU_SOURCE"
r="$r -D_XOPEN_SOURCE=600"
r="$r -DGSS_USE_IOV=1"
Expand Down

0 comments on commit d48562b

Please sign in to comment.