Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
ed558200
Commit
ed558200
authored
Jan 13, 2012
by
Gabor Greif
💬
Committed by
Simon Marlow
Feb 27, 2012
Browse files
some small corrections
parent
668aef9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
aclocal.m4
View file @
ed558200
...
...
@@ -296,7 +296,7 @@ AC_DEFUN([FPTOOLS_SET_HASKELL_PLATFORM_VARS],
# GET_ARM_ISA
# ----------------------------------
# Get info about the ISA on the A
rm
arch
# Get info about the ISA on the A
RM
arch
AC_DEFUN([GET_ARM_ISA],
[
AC_COMPILE_IFELSE([
...
...
@@ -486,7 +486,7 @@ AC_DEFUN([FP_VISIBILITY_HIDDEN],
# FPTOOLS_FLOAT_WORD_ORDER_BIGENDIAN
# ----------------------------------
# Little endian A
rm
on Linux with some ABIs has big endian word order
# Little endian A
RM
on Linux with some ABIs has big endian word order
# in doubles. Define FLOAT_WORDS_BIGENDIAN if this is the case.
AC_DEFUN([FPTOOLS_FLOAT_WORD_ORDER_BIGENDIAN],
[AC_CACHE_CHECK([whether float word order is big endian], [fptools_cv_float_word_order_bigendian],
...
...
configure.ac
View file @
ed558200
...
...
@@ -483,7 +483,7 @@ AC_PATH_PROG(PythonCmd,python)
dnl ** look for GCC and find out which version
dnl Figure out which C compiler to use. Gcc is preferred.
dnl If gcc, make sure it's at least
2.1
dnl If gcc, make sure it's at least
3.0
dnl
FP_GCC_VERSION
...
...
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