Changeset 6198611 in mainline for uspace/lib/softfloat/Makefile


Ignore:
Timestamp:
2008-10-06T14:30:55Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
06d6505
Parents:
f2ef7fd
Message:

faster compilation using -pipe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/softfloat/Makefile

    rf2ef7fd r6198611  
    6767
    6868depend:
    69         -makedepend $(DEFS) $(CFLAGS) -f - $(GENERIC_SOURCES) > Makefile.depend 2> /dev/null
     69        -makedepend -f - -- $(DEFS) $(CFLAGS) -- $(GENERIC_SOURCES) > Makefile.depend 2> /dev/null
    7070
    7171libsoftfloat.a: depend $(ARCH_OBJECTS) $(GENERIC_OBJECTS)
Note: See TracChangeset for help on using the changeset viewer.