Depending on your x86 architecture $target_cpu can evaluate to any of the following (i386|i486|i586|i686). Since our local asm uses only i386 instructions sed is used to map all of these to i386 and sets $target_arch. Other arch's are not impacted.