Fix typon in GCC_INC_DIR setting in alpha make.base oops
This commit is contained in:
parent
6032f86410
commit
505f52a404
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ biosbase 0
|
|||
rambase 0x8000
|
||||
makedefine CC:=gcc
|
||||
makedefine LIBGCC_FILE_NAME := $(shell $(CC) -print-libgcc-file-name)
|
||||
makedefine GCC_INC_DIR := $(shell $(CC) -print-search-dirs | sed -ne "s/install: \(.*\)\`include/gp")
|
||||
makedefine GCC_INC_DIR := $(shell $(CC) -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp")
|
||||
makedefine CPPFLAGS= -I$(TOP)/src/include -I$(TOP)/src/arch/$(ARCH)/include -I$(GCC_INC_DIR) $(CPUFLAGS)
|
||||
makedefine CFLAGS= $(CPU_OPT) $(CPPFLAGS) -O2 -nostdinc -nostdlib -fno-builtin -Wall
|
||||
makedefine LINK = ld -T ldscript.ld -o $@ crt0.o linuxbios.a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue