Changeset 6a78e84 in mainline


Ignore:
Timestamp:
2006-04-09T16:01:32Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9055bd1
Parents:
602c9101
Message:

remove AFLAGS from C argument list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r602c9101 r6a78e84  
    223223
    224224%.o: %.S
    225         $(CC) $(DEFS) $(AFLAGS) $(CFLAGS) -D__ASM__ -c $< -o $@
     225        $(CC) $(DEFS) $(CFLAGS) -D__ASM__ -c $< -o $@
    226226
    227227%.o: %.s
Note: See TracChangeset for help on using the changeset viewer.