OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [Makefile] - Diff between revs 1275 and 1305

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 1275 Rev 1305
Line 91... Line 91...
#
#
 
 
CPPFLAGS := -D__KERNEL__ -I$(HPATH)
CPPFLAGS := -D__KERNEL__ -I$(HPATH)
 
 
CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \
CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \
          -fno-strict-aliasing -fno-common
          -fno-strict-aliasing -fno-common -D__linux__
ifndef CONFIG_FRAME_POINTER
ifndef CONFIG_FRAME_POINTER
CFLAGS += -fomit-frame-pointer
CFLAGS += -fomit-frame-pointer
endif
endif
AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS)
AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS)
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.