From a2be5f0c15218b0177d73b17d9bcb7589965d685 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 1 Jun 2008 00:03:21 +0000 Subject: Reorganize the gcc vendor import work area. This flattens out a bunch of unnecessary path components that are relics of cvs2svn. (These are directory moves) --- libstdc++/scripts/testsuite_flags.in | 69 ++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100755 libstdc++/scripts/testsuite_flags.in (limited to 'libstdc++/scripts/testsuite_flags.in') diff --git a/libstdc++/scripts/testsuite_flags.in b/libstdc++/scripts/testsuite_flags.in new file mode 100755 index 0000000..4b841ca --- /dev/null +++ b/libstdc++/scripts/testsuite_flags.in @@ -0,0 +1,69 @@ +#!/bin/sh + +# +# This script computes the various flags needed to run GNU C++ testsuites +# (compiler specific as well as library specific). +# +# Written by Benjamin Kosnik +# Gabriel Dos Reis +# + +# Print a message saying how this script is intended to be invoked +print_usage() { + cat <