mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
* configure.in: Allow configuration and build of emacs19 for the alpha.
This commit is contained in:
parent
aca736871c
commit
f4791d95f1
@ -1,3 +1,7 @@
|
|||||||
|
Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
|
||||||
|
|
||||||
|
* configure.in: Allow configuration and build of emacs19 for the alpha.
|
||||||
|
|
||||||
Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
||||||
|
|
||||||
* configure.in (CC): Get ^CC, not just any old CC, from
|
* configure.in (CC): Get ^CC, not just any old CC, from
|
||||||
|
@ -354,9 +354,8 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
alpha-dec-osf*)
|
alpha-dec-osf*)
|
||||||
# ld works, but does not support shared libraries. emacs doesn't
|
# ld works, but does not support shared libraries. emacs doesn't
|
||||||
# work. newlib is not 64 bit ready. I'm not sure about emacs19,
|
# work. newlib is not 64 bit ready. I'm not sure about fileutils or grep.
|
||||||
# fileutils or grep.
|
noconfigdirs="$noconfigdirs ld emacs fileutils grep newlib"
|
||||||
noconfigdirs="$noconfigdirs ld emacs emacs19 fileutils grep newlib"
|
|
||||||
;;
|
;;
|
||||||
alpha*-*-*)
|
alpha*-*-*)
|
||||||
# newlib is not 64 bit ready
|
# newlib is not 64 bit ready
|
||||||
|
Loading…
Reference in New Issue
Block a user