diff options
author | Roland McGrath <roland@gnu.org> | 1995-04-08 19:09:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-04-08 19:09:39 +0000 |
commit | 883bc19b7c819edce146ca43b77991f7dcf0608b (patch) | |
tree | 33786f9e6d51680425f70d294b35237aa03f71da /configure.in | |
parent | 8ab69eb33086a5cb11846414487fe22da5b93154 (diff) | |
download | glibc-883bc19b7c819edce146ca43b77991f7dcf0608b.tar glibc-883bc19b7c819edce146ca43b77991f7dcf0608b.tar.gz glibc-883bc19b7c819edce146ca43b77991f7dcf0608b.tar.bz2 glibc-883bc19b7c819edce146ca43b77991f7dcf0608b.zip |
* locale/loadlocale.c (_nl_load_locale): Use MAP_INHERIT flag in
mmap call.
* configure.in (os=freebsd*|bsdi*): Set base_os=unix/bsd/bsd4.4
for these too.
* sysdeps/unix/sysv/tcsetattr.c: Use |= instead of = to properly
set c_oflag value.
* Makeconfig [! objpfx] (csu-objpfx): Add trailing slash.
* locale/Makefile (categories): Uncomment collate.
* locale/lc-collate.c: New file.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4ebe404b8b..7badd6161c 100644 --- a/configure.in +++ b/configure.in @@ -91,7 +91,7 @@ os="`echo $os | sed 's/\([0-9A-Z]\)[v_]\([0-9A-Z]\)/\1.\2/g'`" case "$os" in gnu*) base_os=mach/hurd ;; -netbsd* | 386bsd*) +netbsd* | 386bsd* | freebsd* | bsdi*) base_os=unix/bsd/bsd4.4 ;; osf* | sunos* | ultrix* | newsos* | dynix* | *bsd*) base_os=unix/bsd ;; |