Changeset 15b3761 in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2011-04-30T16:20:18Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2ca5f632
Parents:
729f774f
Message:

Remove leftovers. Fix warning on 64-bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r729f774f r15b3761  
    221221endif
    222222
    223 $(LIBC_PREFIX)/shared/arch/$(UARCH)/_lib.ld: $(LIBC_PREFIX)/shared/arch/$(UARCH)/_lib.ld.in
    224         $(CC) $(DEFS) $(CFLAGS) -DLIBC_PREFIX=$(LIBC_PREFIX) -E -x c $< | grep -v "^\#" > $@
    225 
    226 $(LIBC_PREFIX)/shared/arch/$(UARCH)/_link.ld: $(LIBC_PREFIX)/shared/arch/$(UARCH)/_link.ld.in
    227         $(CC) $(DEFS) $(CFLAGS) -DLIBC_PREFIX=$(LIBC_PREFIX) -E -x c $< | grep -v "^\#" > $@
    228 
    229223ifneq ($(LIBRARY),)
    230224%.a: $(OBJECTS)
Note: See TracChangeset for help on using the changeset viewer.