2002-03-06 Jeff Johnston <jjohnstn@redhat.com>
* libc/machine/i386/Makefile.am: Add $(oext) for setjmp object so it works for shared library or statici library. * libc/machine/i386/Makefile.in: Regenerated.
This commit is contained in:
parent
b7410006b9
commit
2a606041a1
@ -1,3 +1,9 @@
|
||||
2002-03-06 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/machine/i386/Makefile.am: Add $(oext) for setjmp
|
||||
object so it works for shared library or statici library.
|
||||
* libc/machine/i386/Makefile.in: Regenerated.
|
||||
|
||||
Wed Mar 6 10:24:26 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
||||
|
||||
* Makefile.am (lib_a_SOURCES, SH64 case): Add memcpy.S, memset.S
|
||||
|
@ -5,7 +5,7 @@ AUTOMAKE_OPTIONS = cygnus
|
||||
INCLUDES = -I $(newlib_basedir)/libm/common $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
|
||||
|
||||
if MACH_ADD_SETJMP
|
||||
mach_add_obj=setjmp.o
|
||||
mach_add_obj=setjmp.$(oext)
|
||||
else
|
||||
mach_add_obj=
|
||||
endif
|
||||
|
@ -86,7 +86,7 @@ sys_dir = @sys_dir@
|
||||
AUTOMAKE_OPTIONS = cygnus
|
||||
|
||||
INCLUDES = -I $(newlib_basedir)/libm/common $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
|
||||
@MACH_ADD_SETJMP_TRUE@mach_add_obj = @MACH_ADD_SETJMP_TRUE@setjmp.o
|
||||
@MACH_ADD_SETJMP_TRUE@mach_add_obj = @MACH_ADD_SETJMP_TRUE@setjmp.$(oext)
|
||||
@MACH_ADD_SETJMP_FALSE@mach_add_obj =
|
||||
|
||||
LIB_SOURCES = \
|
||||
|
Loading…
Reference in New Issue
Block a user