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

  /src/external/gpl3/gcc/dist/contrib/
compare-debug 48 suf1=stripped
49 while test -f "$1.$suf1"; do
50 suf1=$suf1.
58 trap 'rm -f "$1.$suf1" "$2.$suf2"' 0 1 2 15
64 ld -S -r -no_uuid "$1" -o "$1.$suf1"
68 cp "$1" "$1.$suf1"
69 strip "$1.$suf1"
90 if cmp "$1.$suf1" "$2.$suf2"; then
98 remove_comment "$1.$suf1"
    [all...]
compare-lto 49 suf1=stripped
50 while test -f "$1.$suf1"; do
51 suf1=$suf1.
59 trap 'rm -f "$1.$suf1" "$2.$suf2"' 0 1 2 15
85 objcopy $rsopts "$1" "$1.$suf1"
88 cp "$1" "$1.$suf1"
89 strip $rsopts "$1.$suf1"
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 48 suf1=stripped
49 while test -f "$1.$suf1"; do
50 suf1=$suf1.
58 trap 'rm -f "$1.$suf1" "$2.$suf2"' 0 1 2 15
64 ld -S -r -no_uuid "$1" -o "$1.$suf1"
68 cp "$1" "$1.$suf1"
69 strip "$1.$suf1"
90 if cmp "$1.$suf1" "$2.$suf2"; then
98 remove_comment "$1.$suf1"
    [all...]
compare-lto 49 suf1=stripped
50 while test -f "$1.$suf1"; do
51 suf1=$suf1.
59 trap 'rm -f "$1.$suf1" "$2.$suf2"' 0 1 2 15
85 objcopy $rsopts "$1" "$1.$suf1"
88 cp "$1" "$1.$suf1"
89 strip $rsopts "$1.$suf1"
97 trap 'rm -f "$1.$suf1" "$2.$suf2"' 0 1 2 15
99 if cmp "$1.$suf1" "$2.$suf2"; the
    [all...]

Completed in 15 milliseconds