This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libc/unix/Makefile.am and ELIX level [PATCH]


Patch checked in. Thanks.

-- Jeff J.

Shaun Jackman wrote:
ttyname was being left out of the Linux shared library because the build
does not define an ELIX level.

Cheers,
Shaun

2005-04-06 Shaun Jackman <sjackman@gmail.com>

	* libc/unix/Makefile.am (LIB_OBJS): Include all the ELIX objects if no
	ELIX level is defined.

Index: libc/unix/Makefile.am
===================================================================
RCS file: /cvs/src/src/newlib/libc/unix/Makefile.am,v
retrieving revision 1.4
diff -u -r1.4 Makefile.am
--- libc/unix/Makefile.am       26 Aug 2002 18:56:09 -0000      1.4
+++ libc/unix/Makefile.am       6 Apr 2005 23:17:59 -0000
@@ -29,9 +29,7 @@
 if ELIX_LEVEL_3
 LIB_OBJS = $(ELIX_2_OBJS)
 else
-if ELIX_LEVEL_4
 LIB_OBJS = $(ELIX_2_OBJS) $(ELIX_4_OBJS)
-endif
 endif
 endif
 endif


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]