Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ia64/loader/gefi/Make.defaults

    r177e4ea rfa024ce  
    2626# lib and include under the root
    2727#
    28 
    29 include ../../../../../Makefile.common
    30 
    3128INSTALLROOT=/usr/local
    3229
     
    3431
    3532ARCH       = ia64
    36 INCDIR     = -I. -I$(CDIR)/inc -I$(CDIR)/inc/$(ARCH) -I$(CDIR)/inc/protocol
     33INCDIR     = -I. -I$(CDIR)/inc -I$(CDIR)/inc/$(ARCH) -I$(CDIR)/inc/protocol 
    3734CPPFLAGS   = -DCONFIG_$(ARCH)
    3835CFLAGS     = -O2 -fpic -Wall -fshort-wchar -fno-strict-aliasing -fno-merge-constants -frename-registers -mfixed-range=f32-f127
    3936LDFLAGS    = -nostdlib
    4037INSTALL    = install
     38
     39CC         = $(prefix)gcc
     40AS         = $(prefix)as
     41LD         = $(prefix)ld
     42AR         = $(prefix)ar
     43RANLIB     = $(prefix)ranlib
     44OBJCOPY    = $(prefix)objcopy
     45OBJDUMP    = $(prefix)objdump
Note: See TracChangeset for help on using the changeset viewer.