mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
a92c59065a
* mpw-config.in: New file, MPW version of configure.in. * mpw-make.in: New file, MPW version of Makefile.in. * hosts/mpw.h: New file, MPW host definitions. Mon Jan 3 13:00:07 1994 Stan Shebs (shebs@andros.cygnus.com) * mpw-xconfig.in: New file, mpw x mips configuration bits.
18 lines
612 B
Plaintext
18 lines
612 B
Plaintext
# Configuration fragment for BFD.
|
|
|
|
DupIfChange {srcdir}hosts:mpw.h sysdep.h
|
|
|
|
StreamEdit -e '/@WORDSIZE@/ Replace /@WORDSIZE@/ "32"' {srcdir}bfd-in2.h >bfd.h-new
|
|
MoveIfChange bfd.h-new bfd.h
|
|
|
|
#DupIfChange {srcdir}mpw.bfd.h bfd.h
|
|
|
|
Echo "#ifndef __va_list__" >varargs.h
|
|
Echo "#define __va_list__" >>varargs.h
|
|
Echo "typedef char *va_list;" >>varargs.h
|
|
Echo "#endif" >>varargs.h
|
|
Echo "#define va_dcl int va_alist;" >>varargs.h
|
|
Echo "#define va_start(list) list = (char *) &va_alist" >>varargs.h
|
|
Echo "#define va_end(list)" >>varargs.h
|
|
Echo "#define va_arg(list,mode) ((mode *)(list += sizeof(mode)))[-1]" >>varargs.h
|