Changes in boot/arch/ia64/loader/gefi/Make.defaults [177e4ea:fa024ce] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/gefi/Make.defaults
r177e4ea rfa024ce 26 26 # lib and include under the root 27 27 # 28 29 include ../../../../../Makefile.common30 31 28 INSTALLROOT=/usr/local 32 29 … … 34 31 35 32 ARCH = ia64 36 INCDIR = -I. -I$(CDIR)/inc -I$(CDIR)/inc/$(ARCH) -I$(CDIR)/inc/protocol 33 INCDIR = -I. -I$(CDIR)/inc -I$(CDIR)/inc/$(ARCH) -I$(CDIR)/inc/protocol 37 34 CPPFLAGS = -DCONFIG_$(ARCH) 38 35 CFLAGS = -O2 -fpic -Wall -fshort-wchar -fno-strict-aliasing -fno-merge-constants -frename-registers -mfixed-range=f32-f127 39 36 LDFLAGS = -nostdlib 40 37 INSTALL = install 38 39 CC = $(prefix)gcc 40 AS = $(prefix)as 41 LD = $(prefix)ld 42 AR = $(prefix)ar 43 RANLIB = $(prefix)ranlib 44 OBJCOPY = $(prefix)objcopy 45 OBJDUMP = $(prefix)objdump
Note:
See TracChangeset
for help on using the changeset viewer.