From 505f52a4043eac69d85bb56cc880fbbdf43e32cb Mon Sep 17 00:00:00 2001 From: "Eric W. Biederman" Date: Wed, 22 Aug 2001 18:45:38 +0000 Subject: [PATCH] Fix typon in GCC_INC_DIR setting in alpha make.base oops --- src/arch/alpha/config/make.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/alpha/config/make.base b/src/arch/alpha/config/make.base index 81d229d1b6..e9765270ba 100644 --- a/src/arch/alpha/config/make.base +++ b/src/arch/alpha/config/make.base @@ -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