m32c: As per GCC PR 50928 use -O0 to build libgcc.

This commit is contained in:
Chris Johns 2013-06-06 15:13:18 +10:00
parent 54a2a5f304
commit 8113b768b0

View File

@ -28,8 +28,8 @@
# Set the build flags to work around the defaults in the # Set the build flags to work around the defaults in the
# compiler that cause ICE. # compiler that cause ICE.
# #
%define _targetcflags -g -O2 %define _targetcflags -g -O0
%define _targetcxxflags -g -O2 %define _targetcxxflags -g -O0
# #
# Tools configuration. # Tools configuration.