OBJFORMAT_DEFAULT = elf now. (this is where /usr/bin/objformat and
libc/gen/getobjformat.c get their default from)
This commit is contained in:
parent
fb632df39b
commit
7109145cbd
@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)param.h 5.8 (Berkeley) 6/28/91
|
||||
* $Id: param.h,v 1.46 1998/09/09 01:21:25 jdp Exp $
|
||||
* $Id: param.h,v 1.47 1998/10/13 08:24:37 dg Exp $
|
||||
*/
|
||||
|
||||
#ifndef _MACHINE_PARAM_H_
|
||||
@ -54,11 +54,7 @@
|
||||
* that are supported on the architecture.
|
||||
*/
|
||||
#define OBJFORMAT_NAMES "elf", "aout"
|
||||
#ifdef __ELF__
|
||||
#define OBJFORMAT_DEFAULT "elf"
|
||||
#else
|
||||
#define OBJFORMAT_DEFAULT "aout"
|
||||
#endif
|
||||
|
||||
#ifdef SMP
|
||||
#define NCPUS 2
|
||||
|
Loading…
Reference in New Issue
Block a user