diff options
-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/ia64-freebsd/config.h | 6 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/as/powerpc-freebsd/config.h | 6 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/as/sparc64-freebsd/config.h | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/gnu/usr.bin/binutils/as/alpha-freebsd/config.h b/gnu/usr.bin/binutils/as/alpha-freebsd/config.h index 72005ad..87b4d71 100644 --- a/gnu/usr.bin/binutils/as/alpha-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/alpha-freebsd/config.h @@ -226,10 +226,10 @@ #define BFD_ASSEMBLER 1 /* Target alias. */ -#define TARGET_ALIAS "alpha-obrien-freebsd5.0" +#define TARGET_ALIAS "alpha-obrien-freebsd5" /* Canonical target. */ -#define TARGET_CANONICAL "alpha-obrien-freebsd5.0" +#define TARGET_CANONICAL "alpha-obrien-freebsd5" /* Target CPU. */ #define TARGET_CPU "alpha" @@ -238,7 +238,7 @@ #define TARGET_VENDOR "obrien" /* Target OS. */ -#define TARGET_OS "freebsd5.0" +#define TARGET_OS "freebsd5" /* Define if you have the stpcpy function */ #define HAVE_STPCPY 1 diff --git a/gnu/usr.bin/binutils/as/i386-freebsd/config.h b/gnu/usr.bin/binutils/as/i386-freebsd/config.h index b116d09..81c5ce6 100644 --- a/gnu/usr.bin/binutils/as/i386-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/i386-freebsd/config.h @@ -226,10 +226,10 @@ #define BFD_ASSEMBLER 1 /* Target alias. */ -#define TARGET_ALIAS "i386-obrien-freebsd5.0" +#define TARGET_ALIAS "i386-obrien-freebsd5" /* Canonical target. */ -#define TARGET_CANONICAL "i386-obrien-freebsd5.0" +#define TARGET_CANONICAL "i386-obrien-freebsd5" /* Target CPU. */ #define TARGET_CPU "i386" @@ -238,7 +238,7 @@ #define TARGET_VENDOR "obrien" /* Target OS. */ -#define TARGET_OS "freebsd5.0" +#define TARGET_OS "freebsd5" /* Define if you have the stpcpy function */ #define HAVE_STPCPY 1 diff --git a/gnu/usr.bin/binutils/as/ia64-freebsd/config.h b/gnu/usr.bin/binutils/as/ia64-freebsd/config.h index 7b2d777..051de39 100644 --- a/gnu/usr.bin/binutils/as/ia64-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/ia64-freebsd/config.h @@ -229,10 +229,10 @@ #define BFD_ASSEMBLER 1 /* Target alias. */ -#define TARGET_ALIAS "ia64-obrien-freebsd5.0" +#define TARGET_ALIAS "ia64-obrien-freebsd5" /* Canonical target. */ -#define TARGET_CANONICAL "ia64-obrien-freebsd5.0" +#define TARGET_CANONICAL "ia64-obrien-freebsd5" /* Target CPU. */ #define TARGET_CPU "ia64" @@ -241,7 +241,7 @@ #define TARGET_VENDOR "obrien" /* Target OS. */ -#define TARGET_OS "freebsd5.0" +#define TARGET_OS "freebsd5" /* Define if you have the stpcpy function */ #define HAVE_STPCPY 1 diff --git a/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h b/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h index e7abf15..e315bb1 100644 --- a/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h @@ -229,10 +229,10 @@ #define BFD_ASSEMBLER 1 /* Target alias. */ -#define TARGET_ALIAS "powerpc-obrien-freebsd5.0" +#define TARGET_ALIAS "powerpc-obrien-freebsd5" /* Canonical target. */ -#define TARGET_CANONICAL "powerpc-obrien-freebsd5.0" +#define TARGET_CANONICAL "powerpc-obrien-freebsd5" /* Target CPU. */ #define TARGET_CPU "powerpc" @@ -241,7 +241,7 @@ #define TARGET_VENDOR "obrien" /* Target OS. */ -#define TARGET_OS "freebsd5.0" +#define TARGET_OS "freebsd5" /* Define if you have the stpcpy function */ #define HAVE_STPCPY 1 diff --git a/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h b/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h index 4112fe3..22aa1ac 100644 --- a/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h @@ -226,10 +226,10 @@ #define BFD_ASSEMBLER 1 /* Target alias. */ -#define TARGET_ALIAS "sparc64-obrien-freebsd5.0" +#define TARGET_ALIAS "sparc64-obrien-freebsd5" /* Canonical target. */ -#define TARGET_CANONICAL "sparc64-obrien-freebsd5.0" +#define TARGET_CANONICAL "sparc64-obrien-freebsd5" /* Target CPU. */ #define TARGET_CPU "sparc64" @@ -238,7 +238,7 @@ #define TARGET_VENDOR "obrien" /* Target OS. */ -#define TARGET_OS "freebsd5.0" +#define TARGET_OS "freebsd5" /* Define if you have the stpcpy function */ #define HAVE_STPCPY 1 |