diff make/install.sh @ 547:9778e985b450

Rename runtime library to libtinyccrt-$ARCH.a, build libtinycc-$ARCH.so to use the compiler itself as a dynamic code generation library.
author Rob Landley <rob@landley.net>
date Thu, 03 Jan 2008 15:04:21 -0600
parents 756927e16211
children 1dadc72cb41f
line wrap: on
line diff
--- a/make/install.sh	Fri Dec 28 17:33:06 2007 -0600
+++ b/make/install.sh	Thu Jan 03 15:04:21 2008 -0600
@@ -11,7 +11,7 @@
 # Install libraries and headers
 
 $DEBUG mkdir -p "$TINYCC_INSTALLDIR"/{lib,include} &&
-$DEBUG cp libtinycc-*.a "$TINYCC_INSTALLDIR"/lib &&
+$DEBUG cp libtinyccrt-*.a libtinycc-*.so "$TINYCC_INSTALLDIR"/lib &&
 $DEBUG cp include/* "$TINYCC_INSTALLDIR"/include &&
 
 # Install binaries