* configure.ac: Do not enforce -mcmodel=large. It's not necessarry with
3 last commits.
This commit is contained in:
parent
e1c22419ac
commit
a3ba74104e
2 changed files with 6 additions and 3 deletions
|
@ -727,9 +727,7 @@ if test "$target_cpu" = x86_64; then
|
|||
[grub_cv_cc_mcmodel=yes],
|
||||
[grub_cv_cc_mcmodel=no])
|
||||
])
|
||||
if test "x$grub_cv_cc_mcmodel" = xno; then
|
||||
AC_MSG_ERROR([-mcmodel=large not supported. Upgrade your gcc.])
|
||||
else
|
||||
if test "x$grub_cv_cc_mcmodel" = xyes; then
|
||||
TARGET_CFLAGS="$TARGET_CFLAGS -mcmodel=large"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue