diff options
author | Richard Stallman <rms@gnu.org> | 1994-03-07 02:49:06 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1994-03-07 02:49:06 +0000 |
commit | df716623488e0e495a4a721651fe6f6bcc40a76a (patch) | |
tree | 661182b605c94321b064834bbdab6cb528ec2573 /gcc | |
parent | 70ceb9061168d58b4c517c003cc72a0921fc173a (diff) | |
download | gcc-df716623488e0e495a4a721651fe6f6bcc40a76a.zip gcc-df716623488e0e495a4a721651fe6f6bcc40a76a.tar.gz gcc-df716623488e0e495a4a721651fe6f6bcc40a76a.tar.bz2 |
Accept freebsd as OS.
From-SVN: r6707
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index e01524a..d592cf6 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -534,7 +534,7 @@ case $os in | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -netbsd* | -riscix* | -lynxos*) + | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* | -lynxos*) ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` |