Changeset 6198611 in mainline for kernel/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
  • kernel/Makefile

    rf2ef7fd r6198611  
    4545GCC_CFLAGS = -I$(INCLUDES) -O$(OPTIMIZATION) \
    4646        -fno-builtin -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Werror \
    47         -nostdlib -nostdinc
     47        -nostdlib -nostdinc -pipe
    4848
    4949ICC_CFLAGS = -I$(INCLUDES) -O$(OPTIMIZATION) \
     
    366366
    367367depend: archlinks
    368         -makedepend $(DEFS) $(CFLAGS) -f - $(ARCH_SOURCES) $(GENARCH_SOURCES) $(GENERIC_SOURCES) > Makefile.depend 2> /dev/null
     368        -makedepend -f - -- $(DEFS) $(CFLAGS) -- $(ARCH_SOURCES) $(GENARCH_SOURCES) $(GENERIC_SOURCES) > Makefile.depend 2> /dev/null
    369369
    370370arch/$(ARCH)/_link.ld: arch/$(ARCH)/_link.ld.in
Note: See TracChangeset for help on using the changeset viewer.