Index: head/devel/arm-none-eabi-gcc/Makefile =================================================================== --- head/devel/arm-none-eabi-gcc/Makefile (revision 389740) +++ head/devel/arm-none-eabi-gcc/Makefile (revision 389741) @@ -1,24 +1,24 @@ # $FreeBSD$ -PORTREVISION= 3 +PORTREVISION= 4 PKGNAMEPREFIX= arm-none-eabi- COMMENT= GNU Compiler Collection for bare metal arm cross-development GCC_TARGET= arm-none-eabi PLIST= ${.CURDIR}/pkg-plist # U-Boot requires libgcc, crossbuild and install it along with the compiler. ALL_TARGET= all-gcc all-target-libgcc INSTALL_TARGET= install-gcc install-target-libgcc # libstdcxx won't build, but we don't need it or multiple float-abi libs. CONFIGURE_ARGS= --disable-libstdcxx \ --disable-multilib MASTERDIR= ${.CURDIR}/../powerpc64-gcc .include "${MASTERDIR}/Makefile" # The following is required for clang to bootstrap gcc. .if ${COMPILER_TYPE} == clang MAKE_ARGS+= CXXFLAGS=-fbracket-depth=512 .endif Index: head/devel/powerpc64-gcc/files/patch-gcc-freebsd-arm =================================================================== --- head/devel/powerpc64-gcc/files/patch-gcc-freebsd-arm (nonexistent) +++ head/devel/powerpc64-gcc/files/patch-gcc-freebsd-arm (revision 389741) @@ -0,0 +1,11 @@ +--- gcc/config.host-orig 2015-04-05 20:24:52.780459000 +0000 ++++ gcc/config.host 2015-04-05 20:25:38.250952000 +0000 +@@ -99,7 +99,7 @@ + esac + + case ${host} in +- arm*-*-linux*) ++ arm*-*-*) + case ${target} in + arm*-*-*) + host_extra_gcc_objs="driver-arm.o" Property changes on: head/devel/powerpc64-gcc/files/patch-gcc-freebsd-arm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property