Skip to content

Commit

Permalink
[gcc] Update po.m4 to support newer gettext. Contributes to JB#46697
Browse files Browse the repository at this point in the history
  • Loading branch information
xfade committed Aug 14, 2019
1 parent abab20d commit 69e27d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc.spec
Expand Up @@ -745,7 +745,7 @@ export PATH=/opt/cross/bin:$PATH
export OPT_FLAGS=`echo "$OPT_FLAGS" | sed -e "s#\-march=.*##g" | sed -e 's#\-mtune=.*##g`
%endif

sed -i 's/\#\! \/bin\/sh/\#\! \/bin\/sh\nset \-x/g' ../configure
sed -i 's/\#\! \/bin\/sh/\#\! \/bin\/sh\nset \-x/g' ../intl/configure

CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`" XCFLAGS="$OPT_FLAGS" TCFLAGS="$OPT_FLAGS" \
GCJFLAGS="$OPT_FLAGS" \
Expand Down

0 comments on commit 69e27d8

Please sign in to comment.