Author: andrew
Date: Sun Mar 17 00:56:17 2013
New Revision: 248400
URL: http://svnweb.freebsd.org/changeset/base/248400
Log:
The -mno-apcs-frame argument is unavaliable on clang, also ignore it there.
Modified:
head/sys/conf/Makefile.arm
Modified: head/sys/conf/Makefile.arm
==============================================================================
--- head/sys/conf/Makefile.arm Sun Mar 17 00:11:44 2013 (r248399)
+++ head/sys/conf/Makefile.arm Sun Mar 17 00:56:17 2013 (r248400)
@@ -44,7 +44,7 @@ CFLAGS += -mno-thumb-interwork
.endif
.if empty(DDB_ENABLED)
-.if !defined(WITH_ARM_EABI)
+.if !defined(WITH_ARM_EABI) && ${COMPILER_TYPE} != "clang"
CFLAGS += -mno-apcs-frame
.endif
.elif defined(WITH_ARM_EABI)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"