diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-08-01 22:54:12 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-08-01 22:54:12 +0000 |
| commit | 7a9ec8b322237a4ab1caf4dd0040fbcab982eac7 (patch) | |
| tree | f7d1461f623f8c811dbc237b05b23fc132ceb84c /gnu/usr.bin/binutils/libbinutils | |
| parent | 1742e6cfa58aee8071fb96bbc06fae84c4f7a6c4 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbinutils')
| -rw-r--r-- | gnu/usr.bin/binutils/libbinutils/Makefile | 9 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/libbinutils/config.h | 8 |
2 files changed, 6 insertions, 11 deletions
diff --git a/gnu/usr.bin/binutils/libbinutils/Makefile b/gnu/usr.bin/binutils/libbinutils/Makefile index ed667123fb1c..13a74bf98f98 100644 --- a/gnu/usr.bin/binutils/libbinutils/Makefile +++ b/gnu/usr.bin/binutils/libbinutils/Makefile @@ -8,14 +8,9 @@ LIB= binutils SRCS+= arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \ - ieee.c rdcoff.c rddbg.c rename.c stabs.c wrstabs.c version.c -.if ${TARGET_ARCH} == "mipseb" -CFLAGS+= -DTARGET=\"elf32-bigmips\" -.elif ${TARGET_ARCH} == "mipsel" -CFLAGS+= -DTARGET=\"elf32-littlemips\" -.else + ieee.c rdcoff.c rddbg.c rename.c stabs.c unwind-ia64.c \ + wrstabs.c version.c CFLAGS+= -DTARGET=\"${TARGET_ARCH}-unknown-freebsd\" -.endif CFLAGS+= -DVERSION=\"${VERSION}\" CFLAGS+= -I${SRCDIR}/binutils CFLAGS+= -I${SRCDIR}/bfd diff --git a/gnu/usr.bin/binutils/libbinutils/config.h b/gnu/usr.bin/binutils/libbinutils/config.h index 3adb105833c2..8b9f4ec771da 100644 --- a/gnu/usr.bin/binutils/libbinutils/config.h +++ b/gnu/usr.bin/binutils/libbinutils/config.h @@ -31,9 +31,6 @@ /* Define to `long' if <sys/types.h> doesn't define. */ /* #undef off_t */ -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - /* Define to `unsigned' if <sys/types.h> doesn't define. */ /* #undef size_t */ @@ -85,6 +82,9 @@ /* Define if you have the setlocale function. */ #define HAVE_SETLOCALE 1 +/* Define if you have the setmode function. */ +#define HAVE_SETMODE 1 + /* Define if you have the stpcpy function. */ /* #undef HAVE_STPCPY */ @@ -140,7 +140,7 @@ #define PACKAGE "binutils" /* Version number of package */ -/* #define VERSION "000427" */ +/* #define VERSION "2.11" */ /* Define if you have the stpcpy function */ /* #undef HAVE_STPCPY */ |
