]> git.ipfire.org Git - thirdparty/glibc.git/blame - Makefile.in
Disable use of FMA instructions in branred
[thirdparty/glibc.git] / Makefile.in
CommitLineData
28f540f4
RM
1srcdir = @srcdir@
2
c0e45674
UD
3# Uncomment the line below if you want to do parallel build.
4# PARALLELMFLAGS = -j 4
5
28f540f4 6all .DEFAULT:
9d65ea3a 7 $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
111bb972
UD
8
9install:
10 LANGUAGE=C LC_ALL=C; export LANGUAGE LC_ALL; \
9d65ea3a 11 $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@