summaryrefslogtreecommitdiff
path: root/config.sub
AgeCommit message (Collapse)Author
1996-09-24(-vxsim*): New operating system.cvs/libc-960926cvs/libc-960925Richard Kenner
1996-09-15RMS:Richard Kenner
Use pc instead of unknown, for pc clones. Use -linux-gnu for Linux-based GNU systems.
1996-07-07Recognize rtems as an o/s.Doug Evans
1996-06-18Recognize -openvms.Ian
1996-05-22Wed May 22 01:48:54 1996 Ulrich Drepper <drepper@cygnus.com>Roland McGrath
* stdlib/strtol.c [!QUAD] (ULONG_MAX, LONG_MAX): Define these macros if they are not available. (WEAKNAME): New macro to declare argument as weak. Define function with __ prefix and add normal name as weak alias. * sysdeps/posix/euidaccess.c (S_IROTH, S_IWOTH, S_IXOTH): Defines these macros if not already available based on R_OK, W_OK, and X_OK. Tue May 21 18:48:46 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * misc/sys/syslog.h (__need___va_list): Define this instead of __need_va_list before including <stdarg.h>. * Makerules (o-iterator): Use $(object-suffixes-left) instead of $(object-suffixes) to produce repetitions; this is used for other lists than just that one. [versioned]: Use $(o-iterator) properly. * sysdeps/unix/sysv/linux/Implies: Include `gnu'. * sysdeps/mach/hurd/Implies: Likewise. Sat May 18 02:57:46 1996 Ulrich Drepper <drepper@cygnus.com> * login/Makefile: New file. This directory contains functions for user administration. * Makefile (subdirs): Add login. * misc/Makefile (headers): Remove utmp.h. Now in login/utmp.h. (extra-libs, libutil-routines): Ditto. * misc/login.c, misc/login_tty.c, misc/logout.c, misc/logwtmp.c, misc/utmp.h: Moved to misc/. * login/login.c, login/login_tty.c, login/logout.c, login/logwtmp.c, login/utmp.h: Moved to here from misc/. * login/utmp.h: Split file. Definitions of data structures and constants are now in the system dependent utmpbits.h file. * login/setutent_r.c, login/setutent.c, login/endutent_r.c, login/endutent.c, login/getutent_r.c, login/getutent.c, login/getutid_r.c, login/getutid.c, login/getutline_r.c, login/getutline.c, login/pututline_r.c, login/pututline.c: New files. Routines to handle utmp-style files. * sysdeps/gnu/utmpbits.h: New file. Contains GNU/Linux specific definitions of utmp data structures and constants. * sysdeps/unix/sysv/utmpbits.h: Renamed from sysdeps/unix/sysv/utmp.h. * sysdeps/generic/utmpbits.h: New file. Generic (BSDish) version of definitions of utmp data structures and constants. Fri May 17 00:01:31 1996 Ulrich Drepper <drepper@cygnus.com> * locale/C-monetary.c: Default value for mon_decimal_point should be '.'. * stdio-common/printf.h: Remove Linux libc compatibility stuff. Add `extra' flag. Currently used in __printf_fp. * stdio-common/printf_fp.c (__guess_grouping): Renamed from `guess_grouping' and extend visibility to extern. This function is now used in `strfmon'. (__printf_fp): Recognize new bit flag in info struct. This triggers to use the grouping information and decimal point from the LC_MONETARY category instead of the LC_NUMERIC category. * stdio-common/vfprintf.c (process_arg): Correct major bug. In `complicated' loop we must not use the varargs because the args are already available in the ARGS_VALUE array. * stdlib/Makefile (headers): Add monetary.h. (routines): Add strfmon. * stdlib/monetary.h: New file. Header for strfmon function. * stdlib/strfmon.c: New file. Implement strfmon function to print monetary amounts according to current locale's rules. * sysdeps/unix/sysv/linux/i386/sys/vm86.h: The kernel header is now (>= Linux-1.3.100) called <asm/vm86.h>.
1996-05-20 * config.sub: Recognize -proelf as a basic system type.cvs/libc-960521Linda A. Walsh
1996-03-29(aux): Delete another duplicate entry.cvs/libc-960329Doug Evans
1996-03-29(aux): Delete duplicate entry.Doug Evans
1996-03-21(os): sunos[3456] -> sunos[34], sunos[56] have their own entriescvs/libc-960324cvs/libc-960323cvs/libc-960322Doug Evans
1996-03-05Add -apple and -aux.Richard Kenner
1996-03-05(moss): Fix previous change.cvs/libc-960305Erik Sandberg
1996-03-04Accept -moss* as op sys.Richard Kenner
1996-03-01Recognize cpu-vendor [ctj]90-cray, default c90-cray-unicos. From tege.Roland McGrath
1996-02-12Recognize sparclet cpu.Doug Evans
1996-02-11Fix typo in previous change.Richard M. Stallman
1996-02-10(-psos*): New case.Richard Kenner
1996-02-03Add cygwin32; Put eabi .sdata2/.sbss2 into read-only memoryMichael Meissner
1996-01-31Add support for A/UXIan
1996-01-17Recognize go32* as an os.Doug Evans
1996-01-17Default OS to nextstep if machine vendor is Next. -ns2 is an alias for ↵Richard M. Stallman
-nextstep.
1996-01-16(sco5): New case.cvs/libc-960116Richard Kenner
1995-12-15(i*86*) Change [345] to [3456]Stan Cox
1995-12-13Accept *-*-ieee*.Ian
1995-12-06Recognize aof in the OS field.erich
1995-06-15Change FSF address.Richard Kenner
1995-05-13Add configuration for semi-hosted ARM.erich
1995-05-12(vxworks29k): New alias.Doug Evans
1995-05-09Add powerpc little endian support; Add powerpc variants; Add pentium variantsMichael Meissner
1995-04-07Accept -lites* as op sys.Richard M. Stallman
1995-03-22(rm400, rm600): New machine names. (sinix5.*, sinix): New os aliases. ↵Richard M. Stallman
(mips-siemens): Default os to sysv4.
1995-02-20(sun4sol2): Alias for sparc-sun-solaris2.Doug Evans
1995-02-18Recognize lynx* as lynxos.Doug Evans
1995-02-18initial importRoland McGrath