Skip to content

Commit 801f9f5

Browse files
committed
sanitize_arch.sh: add more symbols to remove [fixes #51]
1 parent b00e95d commit 801f9f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libc/dj64/parsers/sanitize_arch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
F_STRS=\\.arch\|\\.addrsig\|\\.fpu\|\\.eabi_attribute
1+
F_STRS=\\.arch\|\\.addrsig\|\\.fpu\|\\.eabi_attribute\|\\.option\|\\.attribute
22
ARCH=`grep .arch $1 | cut -d " " -f 2`
33
if [ -z "$ARCH" ]; then
44
grep -E -v $F_STRS $1

0 commit comments

Comments
 (0)