* s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
* Makefile.in (INSTALL_SCRIPT): Remove duplicate definition. (LIB_STANDARD_LIBSRC): Don't define. (LOADLIBES): Remove LIB_STANDARD_LIBSRC.
This commit is contained in:
parent
70357d0723
commit
32cc392575
5 changed files with 11 additions and 24 deletions
|
@ -237,7 +237,6 @@ LIB_GCC
|
|||
LIB_MATH
|
||||
LIB_MOTIF
|
||||
LIB_STANDARD
|
||||
LIB_STANDARD_LIBSRC
|
||||
LINKER
|
||||
LINK_CRTL_SHARE
|
||||
LINUX_SBRK_BUG
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2008-07-17 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* Makefile.in (INSTALL_SCRIPT): Remove duplicate definition.
|
||||
(LIB_STANDARD_LIBSRC): Don't define.
|
||||
(LOADLIBES): Remove LIB_STANDARD_LIBSRC.
|
||||
|
||||
2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
|
||||
|
||||
* Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
|
||||
|
|
|
@ -151,27 +151,6 @@ CFLAGS := $(CFLAGS) -universal
|
|||
INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} b2m${EXEEXT} ebrowse${EXEEXT} mac-fix-env${EXEEXT}
|
||||
#endif
|
||||
|
||||
/* Some platforms that the GNUstep port runs on put strip options in
|
||||
INSTALL_PROGRAM which cause errors. But, not being sure all other
|
||||
platforms are setting this, we will only use the alternative
|
||||
INSTALL_SCRIPT variable on GNUstep/Cocoa builds. */
|
||||
#ifndef HAVE_NS
|
||||
INSTALL_SCRIPT = @INSTALL_PROGRAM@
|
||||
#else
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
#endif
|
||||
|
||||
/* Some machines don\'t find the standard C libraries in the usual place. */
|
||||
#ifndef ORDINARY_LINK
|
||||
#ifndef LIB_STANDARD_LIBSRC
|
||||
#define LIB_STANDARD_LIBSRC -lc
|
||||
#endif
|
||||
#else
|
||||
#ifndef LIB_STANDARD_LIBSRC
|
||||
#define LIB_STANDARD_LIBSRC
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Some s/SYSTEM.h files define this to request special libraries. */
|
||||
#ifndef LIBS_SYSTEM
|
||||
#define LIBS_SYSTEM
|
||||
|
@ -252,7 +231,7 @@ LIBS_MAIL=-lmail
|
|||
#endif
|
||||
#endif
|
||||
|
||||
LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC
|
||||
LOADLIBES=LIBS_SYSTEM LIBS_MACHINE
|
||||
|
||||
/* We need to #define emacs to get the right versions of some files.
|
||||
Some other files - those shared with other GNU utilities - need
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2008-07-17 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
|
||||
|
||||
2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
Use SDATA. Follow coding convention of placing operators at
|
||||
|
|
|
@ -112,7 +112,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
|
||||
#define GETPGRP_NO_ARG 1
|
||||
#define SYSV_SYSTEM_DIR 1
|
||||
#define LIB_STANDARD_LIBSRC
|
||||
#define UNEXEC unexcw.o
|
||||
#define POSIX_SIGNALS 1
|
||||
/* force the emacs image to start high in memory, so dll relocation
|
||||
|
|
Loading…
Add table
Reference in a new issue