OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / contrib / gcc_build
index 899ae3e..6713066 100755 (executable)
@@ -17,7 +17,7 @@
 #
 # GCC is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
 # any later version.
 #
 # GCC is distributed in the hope that it will be useful,
@@ -287,9 +287,9 @@ fi
 
 # Validate the branch name.
 if test -n "${SVN_BRANCH}"; then
-    SVN_BRANCH="trunk";
-else
     SVN_BRANCH="branches/${SVN_BRANCH}";
+else
+    SVN_BRANCH="trunk";
 fi
 
 # Checkout the tree.