Diff for /dietlibc/Makefile between versions 1.27 and 1.28

version 1.27, 2001/04/09 15:04:23 version 1.28, 2001/04/22 15:17:58
Line 26  ifeq ($(CFLAGS),-pipe) Line 26  ifeq ($(CFLAGS),-pipe)
 CFLAGS+=-O -fomit-frame-pointer  CFLAGS+=-O -fomit-frame-pointer
 endif  endif
   
 #CFLAGS = -g  ifneq ($(DEBUG),)
   CFLAGS = -g
   COMMENT = :
   endif
 CFLAGS += -Wall  CFLAGS += -Wall
   
 PWD=$(shell pwd)  PWD=$(shell pwd)
Line 44  $(OBJDIR)/%.o: %.S Line 47  $(OBJDIR)/%.o: %.S
   
 $(OBJDIR)/%.o: %.c  $(OBJDIR)/%.o: %.c
         $(CROSS)$(CC) -I. -Iinclude $(CFLAGS) -c $< -o $@          $(CROSS)$(CC) -I. -Iinclude $(CFLAGS) -c $< -o $@
         $(CROSS)strip -x -R .comment -R .note $@          $(COMMENT) $(CROSS)strip -x -R .comment -R .note $@
   
 DIETLIBC_OBJ = $(SYSCALLOBJ) $(LIBOBJ) $(LIBSTDIOOBJ) $(LIBUGLYOBJ) \  DIETLIBC_OBJ = $(SYSCALLOBJ) $(LIBOBJ) $(LIBSTDIOOBJ) $(LIBUGLYOBJ) \
 $(LIBCRUFTOBJ) $(LIBCRYPTOBJ) $(LIBSHELLOBJ) \  $(LIBCRUFTOBJ) $(LIBCRYPTOBJ) $(LIBSHELLOBJ) \

Removed from v.1.27  
changed lines
  Added in v.1.28


LinuxTV legacy CVS <linuxtv.org/cvs>