Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
089b2711
Commit
089b2711
authored
Jun 06, 2008
by
Ian Lynagh
Browse files
Use -fno-toplevel-reorder with gcc >= 4.2 on sparc-solaris; fixes trac #2312
parent
89ce706a
Changes
1
Hide whitespace changes
Inline
Side-by-side
aclocal.m4
View file @
089b2711
...
...
@@ -984,6 +984,11 @@ AC_CACHE_CHECK([for extra options to pass gcc when compiling via C], [fp_cv_gcc_
)],
[])
;;
sparc-*-solaris2)
FP_COMPARE_VERSIONS([$fp_gcc_version], [-ge], [4.2],
[fp_cv_gcc_extra_opts="$fp_cv_gcc_extra_opts -fno-toplevel-reorder"],
[])
;;
esac
])
AC_SUBST([GccExtraViaCOpts],$fp_cv_gcc_extra_opts)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment