From 66d77a3944c3601c07da2098d0efe35917ee5d72 Mon Sep 17 00:00:00 2001 From: cphillip Date: Fri, 4 Apr 2003 18:12:25 +0000 Subject: [PATCH] o Add example platforms to output. --- bundle/make-bin-bundle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bundle/make-bin-bundle b/bundle/make-bin-bundle index 3a551f9..ed91f75 100755 --- a/bundle/make-bin-bundle +++ b/bundle/make-bin-bundle @@ -17,6 +17,12 @@ fi if [ "x$1" = "x" ]; then echo "Usage: make-bin-bundle " + echo "Example platforms:" + echo " i686-pc-linux-gnu-gcc32" + echo " sparc-sun-solaris2.8-vendorcc32" + echo " ia64-unknown-linux-gnu-gcc64" + echo " mips-sgi-irix6.5-vendorcc32" + echo " powerpc-ibm-aix5.1.0.0-vendorcc32" exit; fi -- 2.45.1