Skip to content

Commit

Permalink
* Makefile.in: Rebuilt.
Browse files Browse the repository at this point in the history
	* Makefile.am (ffitest_LDFLAGS): New macro.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40768 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
tromey committed Mar 23, 2001
1 parent 0294729 commit 49604b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions libffi/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2001-03-19 Tom Tromey <tromey@redhat.com>

* Makefile.in: Rebuilt.
* Makefile.am (ffitest_LDFLAGS): New macro.

2001-03-02 Nick Clifton <nickc@redhat.com>

* include/ffi.h.in: Remove RCS ident string.
Expand Down
1 change: 1 addition & 0 deletions libffi/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ noinst_PROGRAMS = ffitest

ffitest_SOURCES = src/ffitest.c
ffitest_LDADD = libffi.la
ffitest_LDFLAGS = -shared-libgcc

TARGET_SRC_MIPS_GCC = src/mips/ffi.c src/mips/o32.S src/mips/n32.S
TARGET_SRC_MIPS_SGI = src/mips/ffi.c src/mips/o32.s src/mips/n32.s
Expand Down
2 changes: 1 addition & 1 deletion libffi/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ noinst_PROGRAMS = ffitest

ffitest_SOURCES = src/ffitest.c
ffitest_LDADD = libffi.la
ffitest_LDFLAGS = -shared-libgcc

TARGET_SRC_MIPS_GCC = src/mips/ffi.c src/mips/o32.S src/mips/n32.S
TARGET_SRC_MIPS_SGI = src/mips/ffi.c src/mips/o32.s src/mips/n32.s
Expand Down Expand Up @@ -217,7 +218,6 @@ PROGRAMS = $(noinst_PROGRAMS)
am_ffitest_OBJECTS = ffitest.o
ffitest_OBJECTS = $(am_ffitest_OBJECTS)
ffitest_DEPENDENCIES = libffi.la
ffitest_LDFLAGS =
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CFLAGS = @CFLAGS@
Expand Down

0 comments on commit 49604b5

Please sign in to comment.