summaryrefslogtreecommitdiff
path: root/gcc/aclocal.m4
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-16 23:57:46 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-16 23:57:46 +0000
commit3e8866847dcd9e4c2c5841b0c559c08ecfd5b260 (patch)
treefb09f6c71ec8ab6b6befd0fb7df60d23870969d9 /gcc/aclocal.m4
parent4344dc70fd9edcecff1a981e86224dca593bb19e (diff)
downloadgcc-3e8866847dcd9e4c2c5841b0c559c08ecfd5b260.tar.gz
* aclocal.m4 (gcc_AC_EXAMINE_OBJECT): Substitute leading od
output with a space instead of deleting it. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40565 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/aclocal.m4')
-rw-r--r--gcc/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/aclocal.m4 b/gcc/aclocal.m4
index 3b43b0a7bd4..83117a2d4bc 100644
--- a/gcc/aclocal.m4
+++ b/gcc/aclocal.m4
@@ -1284,7 +1284,7 @@ $1
]EOF
if AC_TRY_EVAL(ac_compile); then
od -c conftest.o |
- sed ['s/^[0-7]*[ ]*//
+ sed ['s/^[0-7]*[ ]*/ /
s/\*/./g
s/ \\n/*/g
s/ [0-9][0-9][0-9]/./g