Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6530 → Rev 6531

/contrib/sdk/sources/libstdc++-v3/Makefile
6,6 → 6,8
CPP= kos32-g++
STRIP = kos32-strip
 
INSTALLDIR:= /home/autobuild/tools/win32/lib
 
CFLAGS = -U_Win32 -U_WIN32 -U__MINGW32__ -c -O2 -fno-ident -fomit-frame-pointer -ffunction-sections -fdata-sections
CFLAGS+= -fno-rtti -fno-exceptions
 
127,7 → 129,7
 
$(LIBRARY).a: $(OBJ98) $(OBJ11) $(com_obj) Makefile
$(AR) $(ARFLAGS) $(LIBRARY).a $(OBJ98) $(OBJ11) $(com_obj)
mv -f $(LIBRARY).a ../../lib
mv -f $(LIBRARY).a $(INSTALLDIR)
 
%.o : %.c Makefile
$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o $@ $<
/contrib/sdk/sources/libstdc++-v3/libsupc++/Makefile
6,6 → 6,8
CPP= kos32-g++
STRIP = kos32-strip
 
INSTALLDIR:= /home/autobuild/tools/win32/lib
 
CFLAGS = -U_Win32 -U_WIN32 -U__MINGW32__ -c -O2 -fno-ident -fomit-frame-pointer
CPPFLAGS = -fno-rtti
 
77,7 → 79,7
 
$(LIBRARY).a: $(OBJECTS) Makefile
$(AR) $(ARFLAGS) $(LIBRARY).a $(OBJECTS)
mv -f $(LIBRARY).a ../../../lib
mv -f $(LIBRARY).a $(INSTALLDIR)
 
%.o : %.c Makefile
$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o $@ $<