diff options
Diffstat (limited to 'sys-boot/silo/files/qa-no-strip.patch')
-rw-r--r-- | sys-boot/silo/files/qa-no-strip.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-boot/silo/files/qa-no-strip.patch b/sys-boot/silo/files/qa-no-strip.patch new file mode 100644 index 000000000000..ea01e2ed10b7 --- /dev/null +++ b/sys-boot/silo/files/qa-no-strip.patch @@ -0,0 +1,11 @@ +--- Rules.make ++++ Rules.make +@@ -6,7 +6,7 @@ + CC=gcc -m32 + LD=ld -m elf32_sparc + AS=as +-STRIP=strip ++STRIP=true + NM=nm + ELFTOAOUT=elftoaout + BIN2H=../common/bin2h |