all: remove $OBJTYPE from build
Now that we assume pthreads, the only assembly left is in libmp and libsec. We only ever added assembly for 386. The portable C code is fine for plan9port.
This commit is contained in:
parent
0bd1478342
commit
99dee78c2d
56 changed files with 41 additions and 1291 deletions
|
|
@ -34,8 +34,9 @@ FILES=\
|
|||
mptouv\
|
||||
|
||||
ALLOFILES=${FILES:%=%.$O}
|
||||
# cull things in the per-machine directories from this list
|
||||
OFILES= `{sh ./reduce $O $OBJTYPE $ALLOFILES}
|
||||
# # cull things in the per-machine directories from this list
|
||||
# OFILES= `{sh ./reduce $O $ALLOFILES}
|
||||
OFILES=$ALLOFILES
|
||||
|
||||
HFILES=\
|
||||
$PLAN9/include/lib9.h\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue