Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
c0eb9d99
Commit
c0eb9d99
authored
Dec 06, 2010
by
Ian Lynagh
Browse files
Add a configure message
parent
fe83e0ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
aclocal.m4
View file @
c0eb9d99
...
...
@@ -9,6 +9,7 @@
# Set the C and LD flags for a given platform
AC_DEFUN([FPTOOLS_SET_C_LD_FLAGS],
[
AC_MSG_CHECKING([Setting up $2 and $3])
case $$1 in
i386-apple-darwin)
# By default, gcc on OS X will generate SSE
...
...
@@ -40,6 +41,7 @@ AC_DEFUN([FPTOOLS_SET_C_LD_FLAGS],
$2="$$2 -fno-stack-protector"
fi
rm -f conftest.c conftest.o
AC_MSG_RESULT([done])
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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