Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142175727
D24738.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D24738.diff
View Options
Index: devel/arm-none-eabi-gcc492/Makefile
===================================================================
--- devel/arm-none-eabi-gcc492/Makefile
+++ devel/arm-none-eabi-gcc492/Makefile
@@ -17,7 +17,8 @@
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \
libmpc.so:math/mpc
-BUILD_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g}
+BUILD_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g} \
+ objdump:devel/objdump
RUN_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g}
USES= compiler gmake iconv libtool makeinfo tar:bzip2
Index: devel/avr-gcc/Makefile
===================================================================
--- devel/avr-gcc/Makefile
+++ devel/avr-gcc/Makefile
@@ -16,7 +16,8 @@
BROKEN_mips64= Fails to configure: cannot compute suffix of object files
BUILD_DEPENDS= avr-as:devel/binutils@avr \
- avr-ld:devel/binutils@avr
+ avr-ld:devel/binutils@avr \
+ objdump:devel/objdump
LIB_DEPENDS= libmpfr.so:math/mpfr \
libgmp.so:math/gmp \
libmpc.so:math/mpc \
Index: devel/gcc-arm-embedded/Makefile
===================================================================
--- devel/gcc-arm-embedded/Makefile
+++ devel/gcc-arm-embedded/Makefile
@@ -18,6 +18,7 @@
mips mips64 mips64el mipsel mipsn32
NOT_FOR_ARCHS_REASON= Very slow to build on emulator
+BUILD_DEPENDS= objdump:devel/binutils
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libgmp.so:math/gmp \
libmpfr.so:math/mpfr \
Index: devel/gcc-msp430-ti-toolchain/Makefile
===================================================================
--- devel/gcc-msp430-ti-toolchain/Makefile
+++ devel/gcc-msp430-ti-toolchain/Makefile
@@ -32,6 +32,7 @@
LICENSE= GPLv2 LGPL20 LGPL21 GPLv3 LGPL3
LICENSE_COMB= multi
+BUILD_DEPENDS= objdump:devel/binutils
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \
libmpc.so:math/mpc \
Index: devel/mingw32-gcc/Makefile
===================================================================
--- devel/mingw32-gcc/Makefile
+++ devel/mingw32-gcc/Makefile
@@ -16,7 +16,8 @@
LICENSE_COMB= multi
BUILD_DEPENDS= ${PKGNAMEPREFIX}as:devel/binutils@${PKGNAMEPREFIX:C/-$//} \
- mingwm10.dll:devel/${PKGNAMEPREFIX}bin-msvcrt
+ mingwm10.dll:devel/${PKGNAMEPREFIX}bin-msvcrt \
+ objdump:devel/binutils
RUN_DEPENDS= ${PKGNAMEPREFIX}as:devel/binutils@${PKGNAMEPREFIX:C/-$//}
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \
Index: devel/psptoolchain-gcc-stage1/Makefile
===================================================================
--- devel/psptoolchain-gcc-stage1/Makefile
+++ devel/psptoolchain-gcc-stage1/Makefile
@@ -34,7 +34,8 @@
psp-readelf:devel/psptoolchain-binutils \
psp-size:devel/psptoolchain-binutils \
psp-strings:devel/psptoolchain-binutils \
- psp-strip:devel/psptoolchain-binutils
+ psp-strip:devel/psptoolchain-binutils \
+ objdump:devel/binutils
USES+= compiler:c11 gmake libtool tar:bzip2
Index: devel/riscv64-gcc/Makefile
===================================================================
--- devel/riscv64-gcc/Makefile
+++ devel/riscv64-gcc/Makefile
@@ -12,7 +12,8 @@
LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
-BUILD_DEPENDS= ${PKGNAMEPREFIX}binutils>0:devel/binutils@${PKGNAMEPREFIX:C/-$//}
+BUILD_DEPENDS= ${PKGNAMEPREFIX}binutils>0:devel/binutils@${PKGNAMEPREFIX:C/-$//} \
+ objdump:devel/binutils
RUN_DEPENDS= ${PKGNAMEPREFIX}binutils>0:devel/binutils@${PKGNAMEPREFIX:C/-$//}
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 17, 8:07 PM (9 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27698606
Default Alt Text
D24738.diff (3 KB)
Attached To
Mode
D24738: add binutils dependency on objdump
Attached
Detach File
Event Timeline
Log In to Comment