Kill -arch from OSX Makefile
[fio.git] / Makefile.solaris
index b8e75f81f62f1806c430ab2f5003766d50eb62d9..e7ff53cb057be1ddb6a082c29cd2f2e62985cb9a 100644 (file)
@@ -3,13 +3,21 @@ CFLAGS        = -Wall -O2 -g -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -
 PROGS  = fio
 SCRIPTS = fio_generate_plots
 OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \
-       eta.o verify.o memory.o io_u.o parse.o mutex.o spinlock.o options.o \
-       rbtree.o fifo.o smalloc.o filehash.o lib/strsep.o
+       eta.o verify.o memory.o io_u.o parse.o mutex.o options.o \
+       rbtree.o fifo.o smalloc.o filehash.o lib/strsep.o helpers.o solaris.o \
+       profile.o debug.o
+
+OBJS += lib/rand.o
+OBJS += lib/flist_sort.o
+OBJS += lib/num2str.o
 
 OBJS += crc/crc7.o
 OBJS += crc/crc16.o
 OBJS += crc/crc32.o
+OBJS += crc/crc32c.o
+OBJS += crc/crc32c-intel.o
 OBJS += crc/crc64.o
+OBJS += crc/sha1.o
 OBJS += crc/sha256.o
 OBJS += crc/sha512.o
 OBJS += crc/md5.o