* cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
This commit is contained in:
parent
8e2c205b9b
commit
e9a9d059c4
@ -1,3 +1,7 @@
|
|||||||
|
Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
|
||||||
|
|
||||||
|
* cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
|
||||||
|
|
||||||
Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
|
Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
|
||||||
|
|
||||||
* config.guess (*:Linux:*:*): First try asking the linker what the
|
* config.guess (*:Linux:*:*): First try asking the linker what the
|
||||||
|
@ -12,7 +12,7 @@ if [ -z "${with_multisubdir}" ]; then
|
|||||||
multisubdir=
|
multisubdir=
|
||||||
else
|
else
|
||||||
multisubdir="/${with_multisubdir}"
|
multisubdir="/${with_multisubdir}"
|
||||||
dotdot=`echo ${with_multisubdir} | sed -e 's:[^/]*:..:g'`
|
dotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
|
||||||
# TOP is used by newlib and should not be used elsewhere for this purpose.
|
# TOP is used by newlib and should not be used elsewhere for this purpose.
|
||||||
# MULTITOP is the proper one to use.
|
# MULTITOP is the proper one to use.
|
||||||
# FIXME: newlib needs to be updated to use MULTITOP so we can delete TOP.
|
# FIXME: newlib needs to be updated to use MULTITOP so we can delete TOP.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user