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
393 B
Text
13 lines
393 B
Text
$NetBSD: patch-al,v 1.1 2004/08/10 15:11:15 shannonjr Exp $
|
|
|
|
--- gcc/java/lang.c.orig 2004-01-13 16:14:04.000000000 -0700
|
|
+++ gcc/java/lang.c
|
|
@@ -46,7 +46,7 @@ The Free Software Foundation is independ
|
|
#include "splay-tree.h"
|
|
#include "tree-dump.h"
|
|
#include "opts.h"
|
|
-#include "options.h"
|
|
+#include "../../obj/gcc/options.h"
|
|
|
|
static bool java_init (void);
|
|
static void java_finish (void);
|