diff options
Diffstat (limited to 'libgcc/config/mmix/t-mmix')
-rw-r--r-- | libgcc/config/mmix/t-mmix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgcc/config/mmix/t-mmix b/libgcc/config/mmix/t-mmix index 6793b3c5b9c..40ee1e4bdb1 100644 --- a/libgcc/config/mmix/t-mmix +++ b/libgcc/config/mmix/t-mmix @@ -1,3 +1,5 @@ +HOST_LIBGCC2_CFLAGS = -mlibfuncs -O2 + # We need to turn off some assumptions on normality for code in crtstuff.c # and crt{i,n}.S, specifically about execution not continuing past the # end of the section in the file being compiled. Thus we must stop the |