changeset 539:d98d14707471 0.9.25-pre1

As long as there's only one target, make the "tinycc" symlink. (Need to add the host detection logic before the release.)
author Rob Landley <rob@landley.net>
date Mon, 10 Dec 2007 19:54:16 -0600
parents 0f561eea8d68
children 581c59452065
files make/make.sh
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/make/make.sh	Mon Dec 10 19:53:08 2007 -0600
+++ b/make/make.sh	Mon Dec 10 19:54:16 2007 -0600
@@ -27,11 +27,11 @@
   [ $? -ne 0 ] && exit 1
 
   # If this would be a native compiler for this host, create "tinycc" symlink
-  if [ "$1" == "$HOST" ]
-  then
+  #if [ "$1" == "$HOST" ]
+  #then
     $DEBUG rm -f tinycc
     $DEBUG ln -s $1-tinycc tinycc
-  fi
+  #fi
 
   # Build libtinycc1.a