Subversion Repositories Kolibri OS

Rev

Rev 3923 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3923 Rev 4102
Line 373... Line 373...
373
$(NAME).dll: $(LIB_OBJS) $(SRC_DEP) Makefile
373
$(NAME).dll: $(LIB_OBJS) $(SRC_DEP) Makefile
374
	$(LD) $(LDFLAGS) --exclude-symbols __chkstk,__chkstk_ms,_alloca -Map libcmap -L. -o $@ $(LIB_OBJS) -lgcc --version-script libc.ver
374
	$(LD) $(LDFLAGS) --exclude-symbols __chkstk,__chkstk_ms,_alloca -Map libcmap -L. -o $@ $(LIB_OBJS) -lgcc --version-script libc.ver
375
	sed -e "s/ @[^ ]*//" libc.orig.def > libc.def
375
	sed -e "s/ @[^ ]*//" libc.orig.def > libc.def
376
	sed -f cmd1.sed libc.def > mem
376
	sed -f cmd1.sed libc.def > mem
377
	sed -f cmd2.sed mem >libc.inc 
377
	sed -f newlib.sed mem >libc.inc 
Line 378... Line 378...
378
 
378
 
379
 
379