HomeSort by: relevance | last modified time | path
    Searched refs:suf2 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
compare-debug 53 suf2=stripped
54 while test -f "$2.$suf2"; do
55 suf2=$suf2.
58 trap 'rm -f "$1.$suf1" "$2.$suf2"' 0 1 2 15
65 ld -S -r -no_uuid "$2" -o "$2.$suf2"
71 cp "$2" "$2.$suf2"
72 strip "$2.$suf2"
90 if cmp "$1.$suf1" "$2.$suf2"; then
99 remove_comment "$2.$suf2"
    [all...]
compare-lto 54 suf2=stripped
55 while test -f "$2.$suf2"; do
56 suf2=$suf2.
59 trap 'rm -f "$1.$suf1" "$2.$suf2"' 0 1 2 15
86 objcopy $rsopts "$2" "$2.$suf2"
91 cp "$2" "$2.$suf2"
92 strip $rsopts "$2.$suf2"
97 trap 'rm -f "$1.$suf1" "$2.$suf2"' 0 1 2 15
99 if cmp "$1.$suf1" "$2.$suf2"; the
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
compare-debug 53 suf2=stripped
54 while test -f "$2.$suf2"; do
55 suf2=$suf2.
58 trap 'rm -f "$1.$suf1" "$2.$suf2"' 0 1 2 15
65 ld -S -r -no_uuid "$2" -o "$2.$suf2"
71 cp "$2" "$2.$suf2"
72 strip "$2.$suf2"
90 if cmp "$1.$suf1" "$2.$suf2"; then
99 remove_comment "$2.$suf2"
    [all...]
compare-lto 54 suf2=stripped
55 while test -f "$2.$suf2"; do
56 suf2=$suf2.
59 trap 'rm -f "$1.$suf1" "$2.$suf2"' 0 1 2 15
86 objcopy $rsopts "$2" "$2.$suf2"
91 cp "$2" "$2.$suf2"
92 strip $rsopts "$2.$suf2"
97 trap 'rm -f "$1.$suf1" "$2.$suf2"' 0 1 2 15
99 if cmp "$1.$suf1" "$2.$suf2"; the
    [all...]

Completed in 24 milliseconds