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
325 B
Text
13 lines
325 B
Text
$NetBSD: patch-am,v 1.1 2004/08/10 15:11:15 shannonjr Exp $
|
|
|
|
--- gcc/treelang/tree1.c.orig 2003-07-27 22:39:29.000000000 -0600
|
|
+++ gcc/treelang/tree1.c
|
|
@@ -45,7 +45,7 @@
|
|
#include "treelang.h"
|
|
#include "treetree.h"
|
|
#include "opts.h"
|
|
-#include "options.h"
|
|
+#include "../../obj/gcc/options.h"
|
|
|
|
extern int yyparse (void);
|
|
|