diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-28 09:19:47 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-28 09:19:47 +0000 |
| commit | f99372a0e458226b5009e2964c8fd5ee9d3aa510 (patch) | |
| tree | 867dfae0eb5c99ae92cfe5a2ad196859559e4401 /gnu/usr.bin/binutils/as | |
| parent | 25756f4470be6a590704db2c683ee5a895469d67 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/as')
| -rw-r--r-- | gnu/usr.bin/binutils/as/Makefile.inc0 | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/as/i386-freebsd/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/as/i386-freebsd/config.h | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile.inc0 b/gnu/usr.bin/binutils/as/Makefile.inc0 index 0920fb1e2795..e61d6d735c88 100644 --- a/gnu/usr.bin/binutils/as/Makefile.inc0 +++ b/gnu/usr.bin/binutils/as/Makefile.inc0 @@ -8,7 +8,7 @@ RELTOP:= ../${RELTOP} MAN= doc/as.1 SRCS+= app.c as.c atof-generic.c atof-ieee.c bignum-copy.c \ - cond.c ecoff.c expr.c flonum-copy.c flonum-konst.c \ + cond.c dwarf2dbg.c ecoff.c expr.c flonum-copy.c flonum-konst.c \ flonum-mult.c frags.c hash.c input-file.c \ input-scrub.c listing.c literal.c macro.c messages.c \ output-file.c read.c sb.c stabs.c \ diff --git a/gnu/usr.bin/binutils/as/i386-freebsd/Makefile b/gnu/usr.bin/binutils/as/i386-freebsd/Makefile index 7e6010b872f9..7437e27ecf97 100644 --- a/gnu/usr.bin/binutils/as/i386-freebsd/Makefile +++ b/gnu/usr.bin/binutils/as/i386-freebsd/Makefile @@ -5,8 +5,8 @@ .include "${.CURDIR}/../Makefile.inc0" PROG= as -.if ${TARGET_ARCH} != "i386" NOMAN= 1 +.if ${TARGET_ARCH} != "i386" BINDIR= /usr/libexec/cross/i386-freebsd .endif SRCS+= obj-elf.c tc-i386.c diff --git a/gnu/usr.bin/binutils/as/i386-freebsd/config.h b/gnu/usr.bin/binutils/as/i386-freebsd/config.h index 8c473562cee0..a70a280e2222 100644 --- a/gnu/usr.bin/binutils/as/i386-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/i386-freebsd/config.h @@ -28,9 +28,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 */ @@ -149,11 +146,14 @@ #define PACKAGE "gas" /* Version number of package */ -/* #define VERSION "000427" */ +/* #define VERSION "2.11" */ /* Define if defaulting to ELF on SCO 5. */ /* #undef SCO_ELF */ +/* Using strict COFF? */ +/* #undef STRICTCOFF */ + /* Use ELF stabs for MIPS, not ECOFF stabs */ /* #undef MIPS_STABS_ELF */ @@ -164,7 +164,7 @@ /* #undef TARGET_BYTES_BIG_ENDIAN */ /* Default architecture. */ -/* #undef DEFAULT_ARCH */ +/* #define DEFAULT_ARCH "i386" */ /* Using cgen code? */ /* #undef USING_CGEN */ |
