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
413 B
Text
13 lines
413 B
Text
$NetBSD: patch-ai,v 1.1 2004/08/10 15:11:15 shannonjr Exp $
|
|
|
|
--- gcc/c-opts.c.orig 2004-02-17 17:09:03.000000000 -0700
|
|
+++ gcc/c-opts.c
|
|
@@ -36,7 +36,7 @@ Software Foundation, 59 Temple Place - S
|
|
#include "c-incpath.h"
|
|
#include "debug.h" /* For debug_hooks. */
|
|
#include "opts.h"
|
|
-#include "options.h"
|
|
+#include "../../obj/gcc/options.h"
|
|
|
|
#ifndef DOLLARS_IN_IDENTIFIERS
|
|
# define DOLLARS_IN_IDENTIFIERS true
|