comparison src/Makefile.in @ 111354:7df8e74a1096

Fix for Bug#5655, backported from trunk. * configure.in (CRT_DIR): New output variable. (--with-crt-dir): New option. (Bug#5655) (HAVE_LIB64_DIR): Remove. * src/Makefile.in (CRT_DIR): New variable, set by configure. * src/m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD): Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 03 Nov 2010 14:55:19 -0400
parents 5abfa35c708c
children 82705ee7a2ac
comparison
equal deleted inserted replaced
111353:f2cb0d643a91 111354:7df8e74a1096
64 config_h = config.h $(M_FILE) $(S_FILE) 64 config_h = config.h $(M_FILE) $(S_FILE)
65 65
66 bootstrap_exe = ../src/bootstrap-emacs${EXEEXT} 66 bootstrap_exe = ../src/bootstrap-emacs${EXEEXT}
67 67
68 OTHER_FILES = @OTHER_FILES@ 68 OTHER_FILES = @OTHER_FILES@
69
70 ## Only used by amdx86-64 and ibms390x GNU/Linux.
71 CRT_DIR=@CRT_DIR@
69 72
70 # ========================== start of cpp stuff ======================= 73 # ========================== start of cpp stuff =======================
71 /* From here on, comments must be done in C syntax. */ 74 /* From here on, comments must be done in C syntax. */
72 75
73 C_SWITCH_SYSTEM= 76 C_SWITCH_SYSTEM=