diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-05-06 17:30:56 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-05-06 17:30:56 -0700 |
commit | 49ebbd6507703a81b7a26783c9f76b3041b1d7c9 (patch) | |
tree | d3ae35655baef96031091ef1e66199e0027438cf /src/s/freebsd.h | |
parent | 2882364886562e5786f1b636c7660c1caaf6ba86 (diff) | |
download | emacs-49ebbd6507703a81b7a26783c9f76b3041b1d7c9.tar.gz |
Define LIB_STANDARD and START_FILES using autoconf.
* s/usg5-4.h (LIB_STANDARD):
* s/netbsd.h (START_FILES):
* s/irix6-5.h (LIB_STANDARD):
* s/hpux10-20.h (LIB_STANDARD, START_FILES):
* s/gnu-linux.h (START_FILES, LIB_STANDARD):
* s/freebsd.h (START_FILES):
* s/darwin.h (START_FILES):
* s/cygwin.h (START_FILES):
* s/aix4-2.h (LIB_STANDARD):
* m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
* Makefile.in (STARTFILES): Rename to START_FILES, define using
autoconf, not cpp.
Define START_FILES and LIB_STANDARD using autoconf.
* configure.in (START_FILES, LIB_STANDARD): New definitions, moved
here from src/s/*.h.
(HAVE_CRTIN): Remove, inline logic in the netbsd
START_FILES/LIB_STANDARD computation.
Diffstat (limited to 'src/s/freebsd.h')
-rw-r--r-- | src/s/freebsd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h index 178eeffb1c3..0b56f6b3c81 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h @@ -46,8 +46,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ there, contrary to what a stock GCC would do. */ #define LD_SWITCH_SYSTEM -L/usr/local/lib -#define START_FILES pre-crt0.o $(CRT_DIR)/crt1.o $(CRT_DIR)/crti.o $(CRT_DIR)/crtbegin.o -#define LIB_STANDARD -lgcc -lc -lgcc $(CRT_DIR)/crtend.o $(CRT_DIR)/crtn.o #undef LIB_GCC #define LIB_GCC |