Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Alex D
GHC
Commits
c3b8b3ab
Commit
c3b8b3ab
authored
Jan 17, 2014
by
pali.gabor@gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow "amd64" to be recognized as an x86_64 platform.
parent
0d90cbc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
aclocal.m4
aclocal.m4
+2
-2
No files found.
aclocal.m4
View file @
c3b8b3ab
...
...
@@ -181,7 +181,7 @@ AC_DEFUN([FPTOOLS_SET_HASKELL_PLATFORM_VARS],
i386)
test -z "[$]2" || eval "[$]2=ArchX86"
;;
x86_64)
x86_64
|amd64
)
test -z "[$]2" || eval "[$]2=ArchX86_64"
;;
powerpc)
...
...
@@ -1885,7 +1885,7 @@ case "$1" in
vax)
$2="vax"
;;
x86_64)
x86_64
|amd64
)
$2="x86_64"
;;
*)
...
...
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