aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/mips
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2017-03-02 17:07:28 +0000
committerBrooks Davis <brooks@FreeBSD.org>2017-03-02 17:07:28 +0000
commit13f239336227d572f93ed2a59ef9419e8e249b79 (patch)
treeab1d3825c7420ba6d4135f599722ec293fb4a9d4 /lib/libc/mips
parent9fe44df2876d7f82ee666f2f899a528b130313b3 (diff)
downloadsrc-13f239336227d572f93ed2a59ef9419e8e249b79.tar.gz
src-13f239336227d572f93ed2a59ef9419e8e249b79.zip
Correct an misunderstanding of MDSRCS.
MDSRCS it intended to allow assembly versions of funtions with C implementations listed in MISRCS. The selection of the correct machdep_ldis?.c for a given architecture does not follow this pattern and the file should be added to SRCS directly. Reviewed by: emaste, imp, jhb MFC after: 1 week Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D9841
Notes
Notes: svn path=/head/; revision=314557
Diffstat (limited to 'lib/libc/mips')
-rw-r--r--lib/libc/mips/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/mips/Makefile.inc b/lib/libc/mips/Makefile.inc
index 54ce38e49bfa..ebee3aa1d8bf 100644
--- a/lib/libc/mips/Makefile.inc
+++ b/lib/libc/mips/Makefile.inc
@@ -5,5 +5,5 @@
CFLAGS+=-DSOFTFLOAT
.endif
-MDSRCS+= machdep_ldisd.c
+SRCS+= machdep_ldisd.c
SYM_MAPS+= ${LIBC_SRCTOP}/mips/Symbol.map