Make the value to -s not be interpreted as a file name
authorReid Spencer <rspencer@reidspencer.com>
Thu, 19 May 2005 01:05:02 +0000 (01:05 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 19 May 2005 01:05:02 +0000 (01:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22134 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Stacker/tools/stkrc/st

index 2006825b6b797322622db388ba156bb228030fa9..bf792529f9b8de61aa9637bcc89a4ec2159df65d 100644 (file)
@@ -25,7 +25,7 @@
 
   # To compile stacker source, we just run the stacker
   # compiler with a default stack size of 2048 entries.
-  translator.command=%bindir%/stkrc -s 2048 %in% -f -o %out% %opt% \
+  translator.command=%bindir%/stkrc -s2048 %in% -f -o %out% %opt% \
     %time% %stats% %args%
 
   # stkrc doesn't preprocess but we set this to true so
@@ -43,7 +43,7 @@
 ##########################################################
   
   # For optimization, we use the LLVM "opt" program
-  optimizer.command=%bindir%/stkrc -s 2048 %in% -f -o %out% %opt% \
+  optimizer.command=%bindir%/stkrc -s2048 %in% -f -o %out% %opt% \
     %time% %stats% %args%
 
   optimizer.required = yes