diff options
Diffstat (limited to 'tools/build/Makefile')
-rw-r--r-- | tools/build/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile index 4eb7548..8e26c29 100644 --- a/tools/build/Makefile +++ b/tools/build/Makefile @@ -7,10 +7,6 @@ SRCS= INCSGROUPS= INCS INCS= -.if ${MACHINE_ARCH} == i386 -SRCS+= atomic.c -.endif - BOOTSTRAPPING?= 0 .if empty(SRCS) |