Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b55d4a5d
Commit
b55d4a5d
authored
Nov 28, 2007
by
Glenn Morris
Browse files
Petr Salinger <Petr.Salinger at seznam.cz>:
Add support for gnu-kfreebsd.
parent
9485484a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
+19
-0
ChangeLog
ChangeLog
+4
-0
configure.in
configure.in
+13
-0
etc/NEWS
etc/NEWS
+2
-0
No files found.
ChangeLog
View file @
b55d4a5d
2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
* configure.in: Add support for gnu-kfreebsd.
2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
* configure.in: Don't use -lpthread on HP-UX.
* configure.in: Don't use -lpthread on HP-UX.
...
...
configure.in
View file @
b55d4a5d
...
@@ -249,6 +249,19 @@ case "${canonical}" in
...
@@ -249,6 +249,19 @@ case "${canonical}" in
esac
esac
;;
;;
## FreeBSD kernel + glibc based userland
*-*-kfreebsd*gnu* )
opsys=gnu-kfreebsd
case "${canonical}" in
alpha*-*-kfreebsd*) machine=alpha ;;
ia64-*-kfreebsd*) machine=ia64 ;;
sparc64-*-kfreebsd*) machine=sparc ;;
powerpc-*-kfreebsd*) machine=macppc ;;
i[3456]86-*-kfreebsd*) machine=intel386 ;;
amd64-*-kfreebsd*|x86_64-*-kfreebsd*) machine=amdx86-64 ;;
esac
;;
## NetBSD ports
## NetBSD ports
*-*-netbsd* )
*-*-netbsd* )
opsys=netbsd
opsys=netbsd
...
...
etc/NEWS
View file @
b55d4a5d
...
@@ -40,6 +40,8 @@ below. Emacs tries to warn you about these through `bad-packages-alist'.
...
@@ -40,6 +40,8 @@ below. Emacs tries to warn you about these through `bad-packages-alist'.
**
Emacs
is
now
licensed
under
the
GNU
GPL
version
3
(
or
later
).
**
Emacs
is
now
licensed
under
the
GNU
GPL
version
3
(
or
later
).
**
Support
for
GNU
/
kFreeBSD
(
GNU
userland
and
FreeBSD
kernel
)
was
added
.
*
Changes
in
Emacs
22.2
*
Changes
in
Emacs
22.2
**
In
Image
mode
,
whenever
the
displayed
image
is
wider
and
/
or
higher
**
In
Image
mode
,
whenever
the
displayed
image
is
wider
and
/
or
higher
...
...
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