diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-19 20:28:53 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-19 20:28:53 +0000 |
commit | 19ff6a295b1319a7e18d23c5dc2c9acce052e4e1 (patch) | |
tree | 700574058d0beb85ba080f5060e71a25653f6fdf /libgomp | |
parent | 84f90f7d600759655dead891eeab9f4a2f20eebb (diff) | |
download | gcc-19ff6a295b1319a7e18d23c5dc2c9acce052e4e1.tar.gz |
Fix typo s/darwin/bsd
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140498 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 7403947cc70..965bc0416a4 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -2,7 +2,7 @@ Andreas Tobler <a.tobler@schweiz.org> * config/bsd/proc.c: New file. - * configure.tgt (*-*-darwin*): Use config_path "darwin posix". + * configure.tgt (*-*-darwin*): Use config_path "bsd posix". * configure.ac: Check for header <sys/sysctl.h> * configure: Regenerate. * config.h.in: Likewise. |