2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2024-12-23 11:49:30 +08:00
gcc/texinfo/config.sub
Richard Henderson 515cdc66c0 * config.guess, config.sub: Use toplevel file.
From-SVN: r27256
1999-05-30 09:14:07 -07:00

5 lines
149 B
Bash
Executable File

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