mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Add the binutils-like wrappers to lwtools.
This commit is contained in:
@@ -23,6 +23,13 @@ PROVIDES="
|
||||
cmd:lwasm$secondaryArchSuffix
|
||||
cmd:lwlink$secondaryArchSuffix
|
||||
cmd:lwobjdump$secondaryArchSuffix
|
||||
cmd:m6809_unknown_ar$secondaryArchSuffix
|
||||
cmd:m6809_unknown_as$secondaryArchSuffix
|
||||
cmd:m6809_unknown_ld$secondaryArchSuffix
|
||||
cmd:m6809_unknown_nm$secondaryArchSuffix
|
||||
cmd:m6809_unknown_objdump$secondaryArchSuffix
|
||||
cmd:m6809_unknown_ranlib$secondaryArchSuffix
|
||||
cmd:m6809_unknown_strip$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
@@ -43,4 +50,14 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install INSTALLDIR=$binDir
|
||||
|
||||
# Install the binutil-like interfaces to the tools
|
||||
cp extra/as $binDir/m6809-unknown-as
|
||||
cp extra/ar $binDir/m6809-unknown-ar
|
||||
cp extra/ld $binDir/m6809-unknown-ld
|
||||
|
||||
ln -s /bin/true $binDir/m6809-unknown-nm
|
||||
ln -s /bin/true $binDir/m6809-unknown-objdump
|
||||
ln -s /bin/true $binDir/m6809-unknown-ranlib
|
||||
ln -s /bin/true $binDir/m6809-unknown-strip
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user