projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a64dd5f
)
(fpu_dirs): Fixed typo.
author
roland
<roland>
Mon, 8 Aug 1994 05:20:50 +0000
(
05:20
+0000)
committer
roland
<roland>
Mon, 8 Aug 1994 05:20:50 +0000
(
05:20
+0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
292c862
..
8f05cf4
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-297,8
+297,8
@@
sysnames="`echo $sysnames | sed -e 's@^/@@' -e 's@ /@ @g'`"
if [ ! "$nfp" ]; then
fpu_dirs=
for m in $mach; do
- if [ -d $sysdep_dir$m
ach
/fpu ]; then
- fpu_dirs="$fpu_dirs $m
ach
/fpu"
+ if [ -d $sysdep_dir$m/fpu ]; then
+ fpu_dirs="$fpu_dirs $m/fpu"
fi
done
sysnames="`echo $fpu_dirs | sed -e 's,^/,,' -e 's, /,,g'` $sysnames"