summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/gen/Makefile.inc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-09-05 16:21:26 +0000
committerru <ru@FreeBSD.org>2006-09-05 16:21:26 +0000
commit32ef6461704b7f6c2cb87663781c3043fc2971e1 (patch)
treed084db25fe83fb9352be9160d7a5b7930ebb6b0f /lib/libc/i386/gen/Makefile.inc
parent37beee947f3a08a462ffa483f55fe638b5d9626a (diff)
downloadFreeBSD-src-32ef6461704b7f6c2cb87663781c3043fc2971e1.zip
FreeBSD-src-32ef6461704b7f6c2cb87663781c3043fc2971e1.tar.gz
GC dead code. If we want to stay polite to the foreign compilers,
we can find another way to issue an #error, but using a preprocessed assembler for that purpose and clobbering libc.a with an empty .o just for the sake of #error reporting is way too much of a burden.
Diffstat (limited to 'lib/libc/i386/gen/Makefile.inc')
-rw-r--r--lib/libc/i386/gen/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/gen/Makefile.inc b/lib/libc/i386/gen/Makefile.inc
index 709cf5d..89319c8 100644
--- a/lib/libc/i386/gen/Makefile.inc
+++ b/lib/libc/i386/gen/Makefile.inc
@@ -1,6 +1,6 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $FreeBSD$
-SRCS+= _ctx_start.S _setjmp.S _set_tp.c alloca.S fabs.S \
+SRCS+= _ctx_start.S _setjmp.S _set_tp.c fabs.S \
flt_rounds.c infinity.c ldexp.c makecontext.c modf.S \
rfork_thread.S setjmp.S signalcontext.c sigsetjmp.S
OpenPOWER on IntegriCloud