mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
Mon Feb 7 15:53:02 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-make.in (CSEARCH): Add extra-include to search path.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Mon Feb 7 15:53:02 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||||
|
|
||||||
|
* mpw-make.in (CSEARCH): Add extra-include to search path.
|
||||||
|
|
||||||
Mon Jan 24 12:07:22 1994 Stan Shebs (shebs@andros.cygnus.com)
|
Mon Jan 24 12:07:22 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||||
|
|
||||||
* mpw-config.in (varargs.h): Don't create.
|
* mpw-config.in (varargs.h): Don't create.
|
||||||
|
@ -70,7 +70,7 @@ RANLIB = ranlib
|
|||||||
|
|
||||||
INCDIR = "{topsrcdir}"include
|
INCDIR = "{topsrcdir}"include
|
||||||
BFDDIR = "{topsrcdir}"bfd
|
BFDDIR = "{topsrcdir}"bfd
|
||||||
CSEARCH = -i {INCDIR},{INCDIR}:,{BFDDIR}:,::bfd:,"{INCDIR}":mpw:
|
CSEARCH = -i {INCDIR},{INCDIR}:,{BFDDIR}:,::bfd:,"{INCDIR}":mpw:,::extra-include:
|
||||||
DEP = mkdep
|
DEP = mkdep
|
||||||
|
|
||||||
ALL_CFLAGS = -mc68020 -mc68881 -model far {CSEARCH}
|
ALL_CFLAGS = -mc68020 -mc68881 -model far {CSEARCH}
|
||||||
|
Reference in New Issue
Block a user