summaryrefslogtreecommitdiff
path: root/config.sub
Commit message (Collapse)AuthorAgeFilesLines
* Handle mips-unknown-linux-gnucvs/libc-970101Ian1996-12-311-1/+13
|
* cleanupscvs/libc-961121David MacKenzie1996-11-201-2/+8
|
* patches from bug-gnu-utils to support more architecturescvs/libc-961109cvs/libc-961108David MacKenzie1996-11-081-6/+3
|
* Recognize hppa-next as a valid CPU-COMPANY combination.cvs/libc-961030cvs/libc-961029Richard M. Stallman1996-10-291-0/+3
|
* (-vxsim*): New operating system.cvs/libc-960926cvs/libc-960925Richard Kenner1996-09-241-3/+3
|
* RMS:Richard Kenner1996-09-151-20/+44
| | | | | Use pc instead of unknown, for pc clones. Use -linux-gnu for Linux-based GNU systems.
* Recognize rtems as an o/s.Doug Evans1996-07-071-1/+1
|
* Recognize -openvms.Ian1996-06-181-1/+1
|
* Wed May 22 01:48:54 1996 Ulrich Drepper <drepper@cygnus.com>Roland McGrath1996-05-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>.
* * config.sub: Recognize -proelf as a basic system type.cvs/libc-960521Linda A. Walsh1996-05-201-2/+1
|
* (aux): Delete another duplicate entry.cvs/libc-960329Doug Evans1996-03-291-2/+0
|
* (aux): Delete duplicate entry.Doug Evans1996-03-291-4/+0
|
* (os): sunos[3456] -> sunos[34], sunos[56] have their own entriescvs/libc-960324cvs/libc-960323cvs/libc-960322Doug Evans1996-03-211-1/+1
|
* Add -apple and -aux.Richard Kenner1996-03-051-2/+10
|
* (moss): Fix previous change.cvs/libc-960305Erik Sandberg1996-03-051-1/+1
|
* Accept -moss* as op sys.Richard Kenner1996-03-041-1/+1
|
* Recognize cpu-vendor [ctj]90-cray, default c90-cray-unicos. From tege.Roland McGrath1996-03-011-1/+5
|
* Recognize sparclet cpu.Doug Evans1996-02-121-3/+3
|
* Fix typo in previous change.Richard M. Stallman1996-02-111-1/+1
|
* (-psos*): New case.Richard Kenner1996-02-101-1/+4
|
* Add cygwin32; Put eabi .sdata2/.sbss2 into read-only memoryMichael Meissner1996-02-031-1/+2
|
* Add support for A/UXIan1996-01-311-1/+7
|
* Recognize go32* as an os.Doug Evans1996-01-171-1/+1
|
* Default OS to nextstep if machine vendor is Next. -ns2 is an alias for ↵Richard M. Stallman1996-01-171-0/+6
| | | | -nextstep.
* (sco5): New case.cvs/libc-960116Richard Kenner1996-01-161-1/+5
|
* (i*86*) Change [345] to [3456]Stan Cox1995-12-151-11/+15
|
* Accept *-*-ieee*.Ian1995-12-131-1/+1
|
* Recognize aof in the OS field.erich1995-12-061-1/+1
|
* Change FSF address.Richard Kenner1995-06-151-1/+2
|
* Add configuration for semi-hosted ARM.erich1995-05-131-1/+5
|
* (vxworks29k): New alias.Doug Evans1995-05-121-0/+4
|
* Add powerpc little endian support; Add powerpc variants; Add pentium variantsMichael Meissner1995-05-091-7/+30
|
* Accept -lites* as op sys.Richard M. Stallman1995-04-071-2/+4
|
* (rm400, rm600): New machine names. (sinix5.*, sinix): New os aliases. ↵Richard M. Stallman1995-03-221-0/+13
| | | | (mips-siemens): Default os to sysv4.
* (sun4sol2): Alias for sparc-sun-solaris2.Doug Evans1995-02-201-0/+4
|
* Recognize lynx* as lynxos.Doug Evans1995-02-181-1/+1
|
* initial importRoland McGrath1995-02-181-0/+816