Remove an extra backslash.
This commit is contained in:
parent
62f0adc4ab
commit
4596716ac5
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.shark.inc,v 1.14 2011/07/02 14:17:40 mrg Exp $
|
||||
# $NetBSD: Makefile.shark.inc,v 1.15 2011/07/02 17:33:10 tsutsui Exp $
|
||||
|
||||
MACHINE_ARCH= arm
|
||||
CPPFLAGS+= -D${MACHINE}
|
||||
|
@ -19,7 +19,7 @@ REMOVE_SECTIONS= \
|
|||
-R .ident -R .arm.atpcs -R .comment -R .note.netbsd.ident \
|
||||
-R .debug_abbrev -R .debug_info -R .debug_line -R .debug_str \
|
||||
-R .debug_frame -R .debug_loc -R .debug_pubnames \
|
||||
-R .debug_aranges -R .debug_pubtypes -R .ARM.attributes \
|
||||
-R .debug_aranges -R .debug_pubtypes -R .ARM.attributes
|
||||
|
||||
SYSTEM_LD_TAIL_EXTRA+=; \
|
||||
echo \
|
||||
|
|
Loading…
Reference in New Issue