mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
m32c: As per GCC PR 50928 use -O0 to build libgcc.
This commit is contained in:
parent
54a2a5f304
commit
8113b768b0
@ -28,8 +28,8 @@
|
||||
# Set the build flags to work around the defaults in the
|
||||
# compiler that cause ICE.
|
||||
#
|
||||
%define _targetcflags -g -O2
|
||||
%define _targetcxxflags -g -O2
|
||||
%define _targetcflags -g -O0
|
||||
%define _targetcxxflags -g -O0
|
||||
|
||||
#
|
||||
# Tools configuration.
|
||||
|
Loading…
x
Reference in New Issue
Block a user