summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 19:32:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 19:32:40 +0000
commit5f838244f3a1548ee73b5f71ad3be5813a468e39 (patch)
treec9e0b2d5144e7aa022e18906f5a0ba4082b18085
parent43f2652caae5d8d1f3cdcd56c192f2352c40ac78 (diff)
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
-rw-r--r--zlib-1.1.4/ChangeLog5
-rw-r--r--zlib-1.1.4/Makefile16
2 files changed, 13 insertions, 8 deletions
diff --git a/zlib-1.1.4/ChangeLog b/zlib-1.1.4/ChangeLog
index bf2e3f9..6ef1b17 100644
--- a/zlib-1.1.4/ChangeLog
+++ b/zlib-1.1.4/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile: Rename STACK_CHECKER_ON to more appropriate
+ CONFIGURE_STACK_CHECKER_ENABLED.
+
ChangeLog file for zlib
diff --git a/zlib-1.1.4/Makefile b/zlib-1.1.4/Makefile
index 43cb757..093e95d 100644
--- a/zlib-1.1.4/Makefile
+++ b/zlib-1.1.4/Makefile
@@ -12,7 +12,7 @@
# To install in $HOME instead of /usr/local, use:
# make install prefix=$HOME
-CC=m68k-rtems-gcc --pipe -B/opt/rtems/m68k-rtems/mvme167/lib/ -specs bsp_specs -qrtems -m68040
+CC=powerpc-rtems4.9-gcc --pipe -B/home/joel/rtems-4.9-work/bsp-install/powerpc-rtems4.9/psim/lib/ -specs bsp_specs -qrtems -mcpu=603e -Dppc603e
CFLAGS=-O3 -DHAVE_UNISTD_H
#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7
@@ -21,22 +21,22 @@ CFLAGS=-O3 -DHAVE_UNISTD_H
# -Wstrict-prototypes -Wmissing-prototypes
LDFLAGS=-L. -lz
-LDSHARED=m68k-rtems-gcc --pipe -B/opt/rtems/m68k-rtems/mvme167/lib/ -specs bsp_specs -qrtems -m68040
-CPP=m68k-rtems-gcc --pipe -B/opt/rtems/m68k-rtems/mvme167/lib/ -specs bsp_specs -qrtems -m68040 -E
+LDSHARED=powerpc-rtems4.9-gcc --pipe -B/home/joel/rtems-4.9-work/bsp-install/powerpc-rtems4.9/psim/lib/ -specs bsp_specs -qrtems -mcpu=603e -Dppc603e
+CPP=powerpc-rtems4.9-gcc --pipe -B/home/joel/rtems-4.9-work/bsp-install/powerpc-rtems4.9/psim/lib/ -specs bsp_specs -qrtems -mcpu=603e -Dppc603e -E
VER=1.1.4
LIBS=libz.a
SHAREDLIB=libz.so
-AR=m68k-rtems-ar cr
-RANLIB=m68k-rtems-ranlib
+AR=powerpc-rtems4.9-ar cr
+RANLIB=powerpc-rtems4.9-ranlib
TAR=tar
SHELL=/bin/sh
-prefix =/opt/rtems/m68k-rtems
+prefix =/home/joel/rtems-4.9-work/bsp-install/powerpc-rtems4.9
exec_prefix =${prefix}
-libdir =/opt/rtems/m68k-rtems/mvme167/lib
-includedir =/opt/rtems/m68k-rtems/mvme167/lib/include
+libdir =/home/joel/rtems-4.9-work/bsp-install/powerpc-rtems4.9/psim/lib
+includedir =/home/joel/rtems-4.9-work/bsp-install/powerpc-rtems4.9/psim/lib/include
OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \
zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o