summaryrefslogtreecommitdiff
path: root/libio/gen-params
diff options
context:
space:
mode:
authoroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>1999-03-23 23:58:21 +0000
committeroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>1999-03-23 23:58:21 +0000
commita2a6da265096d51e2ec2646f97f75ea1ae80d8c2 (patch)
tree334796cb87f896b23c0fa054246ce5af2f3fc1e0 /libio/gen-params
parentd89d783c9d896bd39935c99d2238ef540f3435f1 (diff)
downloadgcc-a2a6da265096d51e2ec2646f97f75ea1ae80d8c2.tar.gz
* gen-params (CONFIG_NM): test ... -o ... is not portable
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25935 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/gen-params')
-rwxr-xr-xlibio/gen-params5
1 files changed, 3 insertions, 2 deletions
diff --git a/libio/gen-params b/libio/gen-params
index b2ed89ab164..afb8f3b03c0 100755
--- a/libio/gen-params
+++ b/libio/gen-params
@@ -72,8 +72,9 @@ fi
# This program is used to test if the compiler prepends '_' before identifiers.
# It is also used to check the g++ uses '$' or '.' various places.
-if test -z "${NAMES_HAVE_UNDERSCORE}" -o -z "${DOLLAR_IN_LABEL}" \
- -o -z "${VTABLE_LABEL_PREFIX}"; then
+if test -z "${NAMES_HAVE_UNDERSCORE}" \
+ || test -z "${DOLLAR_IN_LABEL}" \
+ || test -z "${VTABLE_LABEL_PREFIX}"; then
cat >dummy.h <<!EOF!
#ifdef __GNUG__
#pragma interface