Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
0ccf2c33
Commit
0ccf2c33
authored
Jan 28, 2003
by
Alexandre Oliva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ChangeLog file for zlib
From-SVN: r61937
parent
c5e3e1ed
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
16 deletions
+14
-16
zlib/Makefile.am
+0
-9
zlib/Makefile.in
+2
-6
zlib/configure
+0
-0
zlib/configure.in
+12
-1
No files found.
zlib/Makefile.am
View file @
0ccf2c33
...
@@ -10,15 +10,6 @@ MULTISUBDIR =
...
@@ -10,15 +10,6 @@ MULTISUBDIR =
MULTIDO
=
true
MULTIDO
=
true
MULTICLEAN
=
true
MULTICLEAN
=
true
## Install a library built with a cross compiler in tooldir, not
## libdir.
if
USE_LIBDIR
toolexeclibdir
=
$(libdir)$(MULTISUBDIR)
else
toolexecdir
=
$(exec_prefix)
/
$(target_alias)
toolexeclibdir
=
$(toolexecdir)
/lib
$(MULTISUBDIR)
endif
ZLIB_SOURCES
=
adler32.c compress.c crc32.c deflate.c deflate.h
\
ZLIB_SOURCES
=
adler32.c compress.c crc32.c deflate.c deflate.h
\
gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h
\
gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h
\
inffixed.h inflate.c inftrees.c inftrees.h infutil.c infutil.h trees.c
\
inffixed.h inflate.c inftrees.c inftrees.h infutil.c infutil.h trees.c
\
...
...
zlib/Makefile.in
View file @
0ccf2c33
...
@@ -85,6 +85,8 @@ STRIP = @STRIP@
...
@@ -85,6 +85,8 @@ STRIP = @STRIP@
VERSION
=
@VERSION@
VERSION
=
@VERSION@
mkinstalldirs
=
@mkinstalldirs@
mkinstalldirs
=
@mkinstalldirs@
target_all
=
@target_all@
target_all
=
@target_all@
toolexecdir
=
@toolexecdir@
toolexeclibdir
=
@toolexeclibdir@
zlib_basedir
=
@zlib_basedir@
zlib_basedir
=
@zlib_basedir@
AUTOMAKE_OPTIONS
=
cygnus
AUTOMAKE_OPTIONS
=
cygnus
...
@@ -96,9 +98,6 @@ MULTIDIRS =
...
@@ -96,9 +98,6 @@ MULTIDIRS =
MULTISUBDIR
=
MULTISUBDIR
=
MULTIDO
=
true
MULTIDO
=
true
MULTICLEAN
=
true
MULTICLEAN
=
true
@USE_LIBDIR_TRUE@
toolexeclibdir
=
@USE_LIBDIR_TRUE@
$(libdir)$(MULTISUBDIR)
@USE_LIBDIR_FALSE@
toolexeclibdir
=
@USE_LIBDIR_FALSE@
$(toolexecdir)
/lib
$(MULTISUBDIR)
@USE_LIBDIR_FALSE@
toolexecdir
=
@USE_LIBDIR_FALSE@
$(exec_prefix)
/
$(target_alias)
ZLIB_SOURCES
=
adler32.c compress.c crc32.c deflate.c deflate.h
\
ZLIB_SOURCES
=
adler32.c compress.c crc32.c deflate.c deflate.h
\
gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h
\
gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h
\
...
@@ -106,11 +105,8 @@ inffixed.h inflate.c inftrees.c inftrees.h infutil.c infutil.h trees.c \
...
@@ -106,11 +105,8 @@ inffixed.h inflate.c inftrees.c inftrees.h infutil.c infutil.h trees.c \
trees.h uncompr.c zconf.h zlib.h zutil.c zutil.h
trees.h uncompr.c zconf.h zlib.h zutil.c zutil.h
# toolexeclib_LTLIBRARIES = @target_all@
# EXTRA_LTLIBRARIES = libzgcj.la
@TARGET_LIBRARY_TRUE@
noinst_LTLIBRARIES
=
@TARGET_LIBRARY_TRUE@libzgcj_convenience.la
@TARGET_LIBRARY_TRUE@
noinst_LTLIBRARIES
=
@TARGET_LIBRARY_TRUE@libzgcj_convenience.la
@TARGET_LIBRARY_TRUE@
libzgcj_convenience_la_SOURCES
=
@TARGET_LIBRARY_TRUE@
$(ZLIB_SOURCES)
@TARGET_LIBRARY_TRUE@
libzgcj_convenience_la_SOURCES
=
@TARGET_LIBRARY_TRUE@
$(ZLIB_SOURCES)
# libzgcj_la_LDFLAGS = -version-info 0:0:0 -rpath $(toolexeclibdir)
@TARGET_LIBRARY_FALSE@
toolexeclib_LIBRARIES
=
@TARGET_LIBRARY_FALSE@libz.a
@TARGET_LIBRARY_FALSE@
toolexeclib_LIBRARIES
=
@TARGET_LIBRARY_FALSE@libz.a
@TARGET_LIBRARY_FALSE@
libz_a_SOURCES
=
@TARGET_LIBRARY_FALSE@
$(ZLIB_SOURCES)
@TARGET_LIBRARY_FALSE@
libz_a_SOURCES
=
@TARGET_LIBRARY_FALSE@
$(ZLIB_SOURCES)
...
...
zlib/configure
View file @
0ccf2c33
This diff is collapsed.
Click to expand it.
zlib/configure.in
View file @
0ccf2c33
...
@@ -113,7 +113,18 @@ AC_SUBST(target_all)
...
@@ -113,7 +113,18 @@ AC_SUBST(target_all)
AC_CHECK_HEADERS(unistd.h)
AC_CHECK_HEADERS(unistd.h)
AM_CONDITIONAL(USE_LIBDIR, test -z "$with_cross_host")
if test -n "$with_cross_host" &&
test x"$with_cross_host" != x"no"; then
toolexecdir='$(exec_prefix)/$(target_alias)'
toolexeclibdir='$(toolexecdir)/lib'
else
toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
toolexeclibdir='$(libdir)'
fi
toolexeclibdir=$toolexeclibdir/`$CC -print-multi-os-directory 2>/dev/null || echo .`
AC_SUBST(toolexecdir)
AC_SUBST(toolexeclibdir)
AM_CONDITIONAL(TARGET_LIBRARY, test -n "$with_target_subdir")
AM_CONDITIONAL(TARGET_LIBRARY, test -n "$with_target_subdir")
if test "${multilib}" = "yes"; then
if test "${multilib}" = "yes"; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment