2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-01-12 06:54:27 +08:00
gcc/texinfo/config.guess

5 lines
159 B
Plaintext
Raw Normal View History

#!/bin/sh
# Use the top-level config.guess so that we don't have two of them.
guesssys=`echo $0 | sed 's|config.guess|../config.guess|'`
exec ${guesssys} "$@"