Changeset 112
- Timestamp:
- Mar 26, 2010 12:51:57 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/filo/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/filo/Makefile
r103 r112 45 45 HOSTCC = gcc 46 46 HOSTCXX = g++ 47 HOSTCFLAGS := -I$(srck) -I$(objk) 48 HOSTCXXFLAGS := -I$(srck) -I$(objk) 47 HOSTCFLAGS := -I$(srck) -I$(objk) -pipe 48 HOSTCXXFLAGS := -I$(srck) -I$(objk) -pipe 49 49 50 50 STRIP ?= strip … … 94 94 GCCINCDIR = $(shell $(CC) -print-search-dirs | head -n 1 | cut -d' ' -f2)include 95 95 CPPFLAGS = -nostdinc -imacros $(obj)/config.h -Iinclude -I$(GCCINCDIR) -MD 96 CFLAGS += $(STACKPROTECT) $(INCLUDES) -Wall -Os -fomit-frame-pointer -fno-common -ffreestanding -fno-strict-aliasing -Wshadow 96 CFLAGS += $(STACKPROTECT) $(INCLUDES) -Wall -Os -fomit-frame-pointer -fno-common -ffreestanding -fno-strict-aliasing -Wshadow -pipe 97 97 98 98 TARGET = $(obj)/filo.elf
Note: See TracChangeset
for help on using the changeset viewer.
