6bf47762a8
alpha--netbsd1.6.2: 1) Rename the baseline_symbols.txt files that define abi and implement logic in Makefile that uses these according to architecture and NetBSD version (1.x versus 2.x) 2) Add several patches that allow code to compile on alpha--netbsd1.6.2 3) Revise Makefile so that libiconv is found under NetBSD 1.6.2
13 lines
363 B
Text
13 lines
363 B
Text
$NetBSD: patch-ak,v 1.1 2004/08/10 15:11:15 shannonjr Exp $
|
|
|
|
--- gcc/f/top.c.orig 2003-07-06 14:32:17.000000000 -0600
|
|
+++ gcc/f/top.c
|
|
@@ -48,7 +48,7 @@ the Free Software Foundation, 59 Temple
|
|
#include "lex.h"
|
|
#include "malloc.h"
|
|
#include "name.h"
|
|
-#include "options.h"
|
|
+#include "../../obj/gcc/options.h"
|
|
#include "opts.h"
|
|
#include "src.h"
|
|
#include "st.h"
|