diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-04-07 23:37:06 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-04-07 23:37:06 +0000 |
commit | 9ae26f7e2e7e57245776805e187c6d3ad4b4c679 (patch) | |
tree | 529f1cc7a9dc182d9c407a5928b0a313f6628f35 /newlib/libc/unix/Makefile.am | |
parent | 2ecb1a58cff506917305b7f5c0fd0d23aa775236 (diff) | |
download | cygnal-9ae26f7e2e7e57245776805e187c6d3ad4b4c679.tar.gz cygnal-9ae26f7e2e7e57245776805e187c6d3ad4b4c679.tar.bz2 cygnal-9ae26f7e2e7e57245776805e187c6d3ad4b4c679.zip |
2005-04-07 Shaun Jackman <sjackman@gmail.com>
* libc/unix/Makefile.am (LIB_OBJS): Include all the ELIX objects if no
ELIX level is defined.
* libc/unix/Makefile.in: Regenerated.
Diffstat (limited to 'newlib/libc/unix/Makefile.am')
-rw-r--r-- | newlib/libc/unix/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libc/unix/Makefile.am b/newlib/libc/unix/Makefile.am index 24d1bfb5c..a5d57cf87 100644 --- a/newlib/libc/unix/Makefile.am +++ b/newlib/libc/unix/Makefile.am @@ -29,12 +29,10 @@ else 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 libunix_la_LDFLAGS = -Xcompiler -nostdlib |