- Timestamp:
- 2005-09-10T00:52:13Z (21 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3a6c8e5
- Parents:
- b02e5d1
- File:
-
- 1 edited
-
arch/ia32/Makefile.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/Makefile.inc
rb02e5d1 rffc277e 18 18 endif 19 19 20 CPPFLAGS=$(DEFS) -nostdinc -I../include 21 CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 20 CFLAGS=$(DEFS) -nostdlib -fno-builtin -fomit-frame-pointer -O3 22 21 LFLAGS=-M -no-check-sections 23 22 24 23 ../arch/$(ARCH)/_link.ld: ../arch/$(ARCH)/_link.ld.in 25 $(CC) $(CFLAGS) - E -x c $< | grep -v "^\#" > $@24 $(CC) $(CFLAGS) -C -E -x c $< | grep -v "^\#" > $@ 26 25 27 26 arch_sources= \
Note:
See TracChangeset
for help on using the changeset viewer.
