Changeset f563126 in mainline for uspace/lib/libc/Makefile


Ignore:
Timestamp:
2009-10-06T15:06:15Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
100aaf5
Parents:
d57e08f
Message:

make uspace pass compilation with clang

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/Makefile

    rd57e08f rf563126  
    116116
    117117arch/$(UARCH)/_link.ld: arch/$(UARCH)/_link.ld.in
    118         $(CC) $(DEFS) $(CFLAGS) -DLIBC_PREFIX=$(LIBC_PREFIX) -E -x c $< | grep -v "^\#" > $@
     118        $(GCC) $(DEFS) $(CFLAGS) -DLIBC_PREFIX=$(LIBC_PREFIX) -E -x c $< | grep -v "^\#" > $@
    119119
    120120%.o: %.S
Note: See TracChangeset for help on using the changeset viewer.