diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-07-21 21:12:18 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-07-21 21:12:18 +0000 |
commit | e1d74f116a235314f50169a63f8eef52d4333216 (patch) | |
tree | 9b750d4b36da4a59de4db9d779c7cf3331d96a83 | |
parent | 55b07f57c2beb57aed08b4f4e56127c48f1fa703 (diff) | |
download | gdb-e1d74f116a235314f50169a63f8eef52d4333216.zip gdb-e1d74f116a235314f50169a63f8eef52d4333216.tar.gz gdb-e1d74f116a235314f50169a63f8eef52d4333216.tar.bz2 |
Delete extra semi-colons.
-rw-r--r-- | cfg-ml-com.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cfg-ml-com.in b/cfg-ml-com.in index bd075ce..969bfe9 100644 --- a/cfg-ml-com.in +++ b/cfg-ml-com.in @@ -115,13 +115,13 @@ mips*-*-*) fi ;; powerpc-*-eabiaix*) - multidirs="soft-float relocatable little-endian call-sysv little-endian/call-sysv relocatable/little-endian relocatable/call-sysv relocatable/little-endian/call-sysv soft-float/relocatable soft-float/little-endian soft-float/call-sysv soft-float/little-endian/call-sysv soft-float/relocatable/little-endian soft-float/relocatable/call-sysv soft-float/relocatable/little-endian/call-sysv";; + multidirs="soft-float relocatable little-endian call-sysv little-endian/call-sysv relocatable/little-endian relocatable/call-sysv relocatable/little-endian/call-sysv soft-float/relocatable soft-float/little-endian soft-float/call-sysv soft-float/little-endian/call-sysv soft-float/relocatable/little-endian soft-float/relocatable/call-sysv soft-float/relocatable/little-endian/call-sysv" ;; powerpc-*-eabi* | powerpc-*-elf* | powerpc-*-sysv4*) - multidirs="soft-float relocatable little-endian call-aix little-endian/call-aix relocatable/little-endian relocatable/call-aix relocatable/little-endian/call-aix soft-float/relocatable soft-float/little-endian soft-float/call-aix soft-float/little-endian/call-aix soft-float/relocatable/little-endian soft-float/relocatable/call-aix soft-float/relocatable/little-endian/call-aix";; + multidirs="soft-float relocatable little-endian call-aix little-endian/call-aix relocatable/little-endian relocatable/call-aix relocatable/little-endian/call-aix soft-float/relocatable soft-float/little-endian soft-float/call-aix soft-float/little-endian/call-aix soft-float/relocatable/little-endian soft-float/relocatable/call-aix soft-float/relocatable/little-endian/call-aix" ;; powerpcle-*-eabi* | powerpcle-*-elf* | powerpcle-*-sysv4*) - multidirs="soft-float relocatable big-endian call-aix big-endian/call-aix relocatable/big-endian relocatable/call-aix relocatable/big-endian/call-aix soft-float/relocatable soft-float/big-endian soft-float/call-aix soft-float/big-endian/call-aix soft-float/relocatable/big-endian soft-float/relocatable/call-aix soft-float/relocatable/big-endian/call-aix";; + multidirs="soft-float relocatable big-endian call-aix big-endian/call-aix relocatable/big-endian relocatable/call-aix relocatable/big-endian/call-aix soft-float/relocatable soft-float/big-endian soft-float/call-aix soft-float/big-endian/call-aix soft-float/relocatable/big-endian soft-float/relocatable/call-aix soft-float/relocatable/big-endian/call-aix" ;; *) multidirs= |