Changeset 389f41e in mainline for Makefile


Ignore:
Timestamp:
2005-11-08T11:57:23Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5f85c91
Parents:
5b65205
Message:

new build system almost finished

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r5b65205 r389f41e  
    143143
    144144arch/$(ARCH)/_link.ld: arch/$(ARCH)/_link.ld.in
    145         $(CC) $(DEFS) $(CFLAGS) -E -x c $< | grep -v "^\#" > $@
     145        $(CC) $(DEFS) -DBFD=\"$(BFD)\" $(CFLAGS) -E -x c $< | grep -v "^\#" > $@
    146146
    147147generic/src/debug/real_map.bin: depend arch/$(ARCH)/_link.ld $(ARCH_OBJECTS) $(GENARCH_OBJECTS) $(GENERIC_OBJECTS)
Note: See TracChangeset for help on using the changeset viewer.