mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-24 11:30:50 +00:00
* Makefile.in (INTL_SRC): Define.
(INTL_CFLAGS): Define. (INTL_DIR): Define. (STD_CFLAGS): Add INTL_CFLAGS.
This commit is contained in:
parent
4748c6d894
commit
bf1024d698
@ -1,3 +1,10 @@
|
||||
2002-06-22 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* Makefile.in (INTL_SRC): Define.
|
||||
(INTL_CFLAGS): Define.
|
||||
(INTL_DIR): Define.
|
||||
(STD_CFLAGS): Add INTL_CFLAGS.
|
||||
|
||||
2002-06-17 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* psim.c (psim_options): Don't choke when gdb invokes us with
|
||||
|
@ -113,7 +113,7 @@ CONFIG_CFLAGS = $(BSWAP_CFLAGS) \
|
||||
$(TERMIO_CFLAGS) \
|
||||
$(DEVZERO_CFLAGS)
|
||||
|
||||
STD_CFLAGS = $(CFLAGS) $(INLINE_CFLAGS) $(CONFIG_CFLAGS) $(WARNING_CFLAGS) $(SIM_CFLAGS) $(HDEFINES) $(TDEFINES) $(INCLUDES)
|
||||
STD_CFLAGS = $(CFLAGS) $(INLINE_CFLAGS) $(CONFIG_CFLAGS) $(WARNING_CFLAGS) $(SIM_CFLAGS) $(HDEFINES) $(TDEFINES) $(INCLUDES) $(INTL_CFLAGS)
|
||||
NOWARN_CFLAGS = $(CFLAGS) $(INLINE_CFLAGS) $(CONFIG_CFLAGS) $(SIM_CFLAGS) $(HDEFINES) $(TDEFINES) $(INCLUDES)
|
||||
BUILD_CFLAGS = -g -O $(INCLUDES) $(WARNING_CFLAGS)
|
||||
|
||||
@ -154,6 +154,10 @@ BFD_LIB = ../../bfd/libbfd.a
|
||||
|
||||
INTLLIBS = @INTLLIBS@
|
||||
INTLDEPS = @INTLDEPS@
|
||||
INTL_DIR = ../../intl
|
||||
INTL_SRC = $(srcdir)/$(INTL_DIR)
|
||||
INTL_CFLAGS = -I$(INTL_DIR) -I$(INTL_SRC)
|
||||
|
||||
|
||||
TARGETLIB = libsim.a
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user