The arm* architectures edit the ld.script, creating a copy in the compile
authorderaadt <deraadt@openbsd.org>
Mon, 5 Jun 2017 12:43:57 +0000 (12:43 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 5 Jun 2017 12:43:57 +0000 (12:43 +0000)
commit660d6abbabad3055020e472b67224d99026eea24
tree0aa5c9cb670e8c348f1d35bb33fbd7b5d994b6e3
parent0f47df1fd3dee3decb70492396346f63768e9a2a
The arm* architectures edit the ld.script, creating a copy in the compile
directories.  Copy it in the same way on other architectures, for the same
effect.  Something upcoming will want that file there anyways.
sys/arch/alpha/conf/Makefile.alpha
sys/arch/amd64/conf/Makefile.amd64
sys/arch/arm64/conf/Makefile.arm64
sys/arch/armv7/conf/Makefile.armv7
sys/arch/hppa/conf/Makefile.hppa
sys/arch/i386/conf/Makefile.i386
sys/arch/loongson/conf/Makefile.loongson
sys/arch/luna88k/conf/Makefile.luna88k
sys/arch/octeon/conf/Makefile.octeon
sys/arch/sgi/conf/Makefile.sgi
sys/arch/sparc64/conf/Makefile.sparc64