summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-02-05 20:03:58 +0000
committerandrew <andrew@FreeBSD.org>2013-02-05 20:03:58 +0000
commit18658720df177c8047dfc7d4f19be4eb9553b0c1 (patch)
tree5528efd647c6814be1de774b700fda129d6c39b9 /sys/boot/arm
parentb313f550e1119059ac3b02a0849b10b166b3a3fd (diff)
downloadFreeBSD-src-18658720df177c8047dfc7d4f19be4eb9553b0c1.zip
FreeBSD-src-18658720df177c8047dfc7d4f19be4eb9553b0c1.tar.gz
* Add the integer div & mod functions and ARM EABI support functions to
libstand. * Stop linking the ARM U-Boot loader against libgcc now libstand has the required symbols.
Diffstat (limited to 'sys/boot/arm')
-rw-r--r--sys/boot/arm/uboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/arm/uboot/Makefile b/sys/boot/arm/uboot/Makefile
index c3c4bd8..1974218 100644
--- a/sys/boot/arm/uboot/Makefile
+++ b/sys/boot/arm/uboot/Makefile
@@ -112,8 +112,8 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
# clang doesn't understand %D as a specifier to printf
NO_WERROR.clang=
-DPADD= ${LIBFICL} ${LIBUBOOT} ${LIBFDT} ${LIBSTAND} ${LIBGCC}
-LDADD= ${LIBFICL} ${LIBUBOOT} ${LIBFDT} -lstand -lgcc
+DPADD= ${LIBFICL} ${LIBUBOOT} ${LIBFDT} ${LIBSTAND}
+LDADD= ${LIBFICL} ${LIBUBOOT} ${LIBFDT} -lstand
vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
OpenPOWER on IntegriCloud