diff options
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile index 35046a4..3b582d4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -29,7 +29,7 @@ endif # only for native compiler $(X)BCHECK_O = bcheck.o -ifeq ($(CONFIG_musl),yes) +ifeq ($(CONFIG_musl)$(CONFIG_uClibc),yes) BCHECK_O = endif @@ -61,10 +61,10 @@ $(BIN) : $(patsubst %.o,$(X)%.o,$(OBJ-$T)) $(XAR) rcs $@ $^ $(X)%.o : %.c - $(XCC) -c $< -o $@ $(DEFINES) $(XFLAGS) + $(XCC) -c $< -o $@ $(XFLAGS) $(X)%.o : %.S - $(XCC) -c $< -o $@ $(DEFINES) $(XFLAGS) + $(XCC) -c $< -o $@ $(XFLAGS) $(X)crt1w.o : crt1.c $(X)wincrt1w.o : wincrt1.c |
