1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 01:20:37 -08:00
emacs/src/m
Glenn Morris 76cda504fb Use $CRT_DIR in more places.
* configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
(CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
On hpux10-20, default to /lib.

* src/m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
since the defaults (set by the system file) are fine in most cases.
[GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
* src/m/ibms390x.h (START_FILES, LIB_STANDARD):
* src/m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
* src/m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
Remove definitions, since they are set correctly in s/gnu-linux.h.
* src/s/freebsd.h (START_FILES, LIB_STANDARD):
* src/s/gnu-linux.h (START_FILES, LIB_STANDARD):
* src/s/hpux10-20.h (START_FILES):
* src/s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
Use $CRT_DIR in place of fixed /usr/lib, /lib directories.

* src/Makefile.in: Comment.
2010-04-26 20:14:14 -07:00
..
alpha.h Remove all NO_ARG_ARRAY uses. 2010-04-25 15:16:58 -07:00
amdx86-64.h Use $CRT_DIR in more places. 2010-04-26 20:14:14 -07:00
arm.h Remove all NO_ARG_ARRAY uses. 2010-04-25 15:16:58 -07:00
hp800.h Remove all NO_ARG_ARRAY uses. 2010-04-25 15:16:58 -07:00
ia64.h Remove all NO_ARG_ARRAY uses. 2010-04-25 15:16:58 -07:00
ibmrs6000.h Remove all NO_ARG_ARRAY uses. 2010-04-25 15:16:58 -07:00
ibmrs6000.inp
ibms390.h Remove all NO_ARG_ARRAY uses. 2010-04-25 15:16:58 -07:00
ibms390x.h Use $CRT_DIR in more places. 2010-04-26 20:14:14 -07:00
intel386.h Remove all NO_ARG_ARRAY uses. 2010-04-25 15:16:58 -07:00
iris4d.h Remove all NO_ARG_ARRAY uses. 2010-04-25 15:16:58 -07:00
m68k.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
macppc.h Use $CRT_DIR in more places. 2010-04-26 20:14:14 -07:00
mips.h Remove all NO_ARG_ARRAY uses. 2010-04-25 15:16:58 -07:00
README
sh3.h Remove all NO_ARG_ARRAY uses. 2010-04-25 15:16:58 -07:00
sparc.h Use $CRT_DIR in more places. 2010-04-26 20:14:14 -07:00
template.h Remove all NO_ARG_ARRAY uses. 2010-04-25 15:16:58 -07:00
vax.h * m/vax.h (CRT0_DUMMIES): Remove, unused. 2010-04-02 17:20:04 -07:00
xtensa.h Remove all NO_ARG_ARRAY uses. 2010-04-25 15:16:58 -07:00

This directory contains C header files containing machine-specific
definitions.  Each file describes a particular machine.  The emacs
configuration script edits ../config.h to include the appropriate one of
these files, and then each emacs source file includes config.h.

template.h is a generic template for machine descriptions; it
describes the parameters a machine file can specify.