Changeset f563126 in mainline for uspace/srv/loader/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/srv/loader/Makefile

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