Changeset c53d906 in mainline for uspace/srv/loader/Makefile


Ignore:
Timestamp:
2011-04-30T10:06:44Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1fdf53
Parents:
fcfd002
Message:

Merge linker script for the loader into the default linker script in C
library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/loader/Makefile

    rfcfd002 rc53d906  
    3737-include $(CONFIG_MAKEFILE)
    3838
    39 LINKER_SCRIPT = arch/$(UARCH)/_link.ld
    40 EXTRA_CLEAN = $(LINKER_SCRIPT)
     39LINKER_SCRIPT = $(LIBC_PREFIX)/arch/$(UARCH)/_link-loader.ld
    4140
    4241EXTRA_CFLAGS = -Iinclude
     
    5453
    5554include $(USPACE_PREFIX)/Makefile.common
    56 
    57 $(LINKER_SCRIPT): $(LINKER_SCRIPT).in
    58         $(GCC) $(DEFS) $(CFLAGS) -DLIBC_PREFIX=$(LIBC_PREFIX) -E -x c $< | grep -v "^\#" > $@
Note: See TracChangeset for help on using the changeset viewer.