projects
/
gc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75812a2
)
Adjust configure.ac to match configure regarding FreeBSD/sparc64
author
Ivan Maidanski
<ivmai@mail.ru>
Sun, 21 Jul 2013 15:34:37 +0000
(19:34 +0400)
committer
Ivan Maidanski
<ivmai@mail.ru>
Sun, 21 Jul 2013 15:34:59 +0000
(19:34 +0400)
* configure.ac (Configuration of machine-dependent code): Handle
sparc64-*-freebsd* case.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ee6693d43f57a631b65dd7f0000c019ed463d493..9c1c5a9c3ab5b15277ce2d0f1956699d5635492f 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-496,6
+496,9
@@
case "$host" in
sparc*-*-openbsd*)
machdep="mach_dep.lo sparc_mach_dep.lo"
;;
+ sparc64-*-freebsd*)
+ machdep="mach_dep.lo sparc_mach_dep.lo"
+ ;;
sparc-sun-solaris2.3)
machdep="mach_dep.lo sparc_mach_dep.lo"
AC_DEFINE(SUNOS53_SHARED_LIB, 1,