Browse Source

Get rid of this old turkey

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Ronald G. Minnich 8 years ago
parent
commit
4a35434c87
1 changed files with 0 additions and 6 deletions
  1. 0 6
      sys/src/libauth/BUILDKLIBAUTH

+ 0 - 6
sys/src/libauth/BUILDKLIBAUTH

@@ -1,6 +0,0 @@
-export CC=gcc
-export CFLAGS="-mcmodel=kernel -O0 -fplan9-extensions -ffreestanding -fno-builtin -Wall -Wno-missing-braces -Wno-parentheses -Wno-unknown-pragmas -Wuninitialized -Wmaybe-uninitialized -I/amd64/include -I/sys/include -c "
-rm -f *.o
-$CC $CFLAGS -c *.c 
-ar rv /amd64/lib/klibauth.a *.o
-rm *.o