diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-08 10:02:25 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-08 10:02:25 +0000 |
| commit | 7d7515836f3a94ad845952dee4982d93fb3df736 (patch) | |
| tree | bc7a2158a5beab86e57f61dd98d8dfcbb07eff42 /gnu | |
| parent | d39385e84de93e27685b88e0beea809357df9559 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/binutils/as/alpha-freebsd/config.h | 6 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/as/i386-freebsd/config.h | 6 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/as/powerpc-freebsd/config.h | 6 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/libbinutils/config.h | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/gnu/usr.bin/binutils/as/alpha-freebsd/config.h b/gnu/usr.bin/binutils/as/alpha-freebsd/config.h index a6226d3dee77..551db8bf001f 100644 --- a/gnu/usr.bin/binutils/as/alpha-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/alpha-freebsd/config.h @@ -224,10 +224,10 @@ #define BFD_ASSEMBLER 1 /* Target alias. */ -#define TARGET_ALIAS "alpha-unknown-freebsdelf5.0" +#define TARGET_ALIAS "alpha-unknown-freebsd4" /* Canonical target. */ -#define TARGET_CANONICAL "alpha-unknown-freebsdelf5.0" +#define TARGET_CANONICAL "alpha-unknown-freebsd4" /* Target CPU. */ #define TARGET_CPU "alpha" @@ -236,7 +236,7 @@ #define TARGET_VENDOR "unknown" /* Target OS. */ -#define TARGET_OS "freebsdelf5.0" +#define TARGET_OS "freebsd4" /* Define if you have the stpcpy function */ /* #undef HAVE_STPCPY */ diff --git a/gnu/usr.bin/binutils/as/i386-freebsd/config.h b/gnu/usr.bin/binutils/as/i386-freebsd/config.h index ba81c7ff025e..37a9e4366bf2 100644 --- a/gnu/usr.bin/binutils/as/i386-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/i386-freebsd/config.h @@ -224,10 +224,10 @@ #define BFD_ASSEMBLER 1 /* Target alias. */ -#define TARGET_ALIAS "i386-unknown-freebsdelf5.0" +#define TARGET_ALIAS "i386-unknown-freebsd4" /* Canonical target. */ -#define TARGET_CANONICAL "i386-unknown-freebsdelf5.0" +#define TARGET_CANONICAL "i386-unknown-freebsd4" /* Target CPU. */ #define TARGET_CPU "i386" @@ -236,7 +236,7 @@ #define TARGET_VENDOR "unknown" /* Target OS. */ -#define TARGET_OS "freebsdelf5.0" +#define TARGET_OS "freebsd4" /* Define if you have the stpcpy function */ /* #undef HAVE_STPCPY */ diff --git a/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h b/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h index ba59450c1582..a8e278c7f760 100644 --- a/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h @@ -224,10 +224,10 @@ #define BFD_ASSEMBLER 1 /* Target alias. */ -#define TARGET_ALIAS "powerpc-unknown-freebsdelf5.0" +#define TARGET_ALIAS "powerpc-unknown-freebsd4" /* Canonical target. */ -#define TARGET_CANONICAL "powerpc-unknown-freebsdelf5.0" +#define TARGET_CANONICAL "powerpc-unknown-freebsd4" /* Target CPU. */ #define TARGET_CPU "powerpc" @@ -236,7 +236,7 @@ #define TARGET_VENDOR "unknown" /* Target OS. */ -#define TARGET_OS "freebsdelf5.0" +#define TARGET_OS "freebsd4" /* Define if you have the stpcpy function */ /* #undef HAVE_STPCPY */ diff --git a/gnu/usr.bin/binutils/libbinutils/config.h b/gnu/usr.bin/binutils/libbinutils/config.h index 6d250b872477..3adb105833c2 100644 --- a/gnu/usr.bin/binutils/libbinutils/config.h +++ b/gnu/usr.bin/binutils/libbinutils/config.h @@ -188,5 +188,5 @@ /* #undef USE_BINARY_FOPEN */ /* Configured target name. */ -/* #define TARGET "alpha-unknown-freebsdelf5.0" */ +/* #define TARGET "alpha-unknown-freebsd4" */ |
