mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
Tell astro where to find estartab and here by defining SYS9 in CFLAGS.
(Better ideas welcome).
This commit is contained in:
parent
cd5bae7871
commit
52e7c45837
3 changed files with 6 additions and 2 deletions
|
@ -1 +1,2 @@
|
|||
o.out
|
||||
o.astro
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#include <u.h>
|
||||
#include <libc.h>
|
||||
|
||||
#pragma varargck type "R" double
|
||||
#pragma varargck type "D" double
|
||||
//#pragma varargck type "R" double
|
||||
//#pragma varargck type "D" double
|
||||
|
||||
typedef struct Obj1 Obj1;
|
||||
typedef struct Obj2 Obj2;
|
||||
|
|
|
@ -36,4 +36,7 @@ OFILES=\
|
|||
HFILES=astro.h\
|
||||
|
||||
SHORTLIB=bio 9
|
||||
|
||||
CFLAGS= -DSYS9=\"$PLAN9\"
|
||||
|
||||
<$PLAN9/src/mkone
|
||||
|
|
Loading…
Reference in a new issue