1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

* scripts/check-c++-types.sh: Don't use -fnu89-inline option.

This commit is contained in:
Ulrich Drepper
2007-05-11 02:20:05 +00:00
parent 3771196d1d
commit a53fa282ac
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#! /bin/bash
# Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc.
# Copyright (C) 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@ -32,7 +32,7 @@
#
data=$1
shift
cxx="$*"
cxx=$(echo $* | sed 's/-fgnu89-inline//')
while read t; do
echo -n "$t:"
$cxx -S -xc++ -o - -D_GNU_SOURCE <(cat <<EOF