]> git.llucax.com Git - software/druntime.git/blobdiff - src/common/posix.mak
Removed stdc directory. This was moved to core/stdc.
[software/druntime.git] / src / common / posix.mak
index c2e8e8ade06d15a9358103a8c95c4469f77162ad..edc5c99f59f55313d38886a2ab9a689837a6d521 100644 (file)
@@ -23,13 +23,13 @@ ADD_DFLAGS=
 CFLAGS=-O $(ADD_CFLAGS)\r
 #CFLAGS=-g $(ADD_CFLAGS)\r
 \r
 CFLAGS=-O $(ADD_CFLAGS)\r
 #CFLAGS=-g $(ADD_CFLAGS)\r
 \r
-DFLAGS=-release -O -inline -w -nofloat -version=Posix $(ADD_DFLAGS)\r
-#DFLAGS=-g -w -nofloat -version=Posix $(ADD_DFLAGS)\r
+DFLAGS=-release -O -inline -w -nofloat $(ADD_DFLAGS)\r
+#DFLAGS=-g -w -nofloat $(ADD_DFLAGS)\r
 \r
 \r
-TFLAGS=-O -inline -w -nofloat -version=Posix $(ADD_DFLAGS)\r
-#TFLAGS=-g -w -nofloat -version=Posix $(ADD_DFLAGS)\r
+TFLAGS=-O -inline -w -nofloat $(ADD_DFLAGS)\r
+#TFLAGS=-g -w -nofloat $(ADD_DFLAGS)\r
 \r
 \r
-DOCFLAGS=-version=DDoc -version=Posix\r
+DOCFLAGS=-version=DDoc\r
 \r
 CC=gcc\r
 LC=$(AR) -qsv\r
 \r
 CC=gcc\r
 LC=$(AR) -qsv\r
@@ -71,12 +71,12 @@ doc     : core.doc
 OBJ_CORE= \\r
     core/bitmanip.o \\r
     core/exception.o \\r
 OBJ_CORE= \\r
     core/bitmanip.o \\r
     core/exception.o \\r
-    core/memory.o \\r
+    core/memory_.o \\r
     core/runtime.o \\r
     core/thread.o\r
 \r
 OBJ_STDC= \\r
     core/runtime.o \\r
     core/thread.o\r
 \r
 OBJ_STDC= \\r
-    stdc/errno.o\r
+    core/stdc/errno.o\r
 \r
 ALL_OBJS= \\r
     $(OBJ_CORE) \\r
 \r
 ALL_OBJS= \\r
     $(OBJ_CORE) \\r
@@ -110,12 +110,17 @@ core.doc : $(ALL_DOCS)
 ### bitmanip\r
 \r
 core/bitmanip.o : core/bitmanip.d\r
 ### bitmanip\r
 \r
 core/bitmanip.o : core/bitmanip.d\r
-       $(DC) -c $(DFLAGS) bitmanip.d -of$@\r
+       $(DC) -c $(DFLAGS) core/bitmanip.d -of$@\r
+\r
+### memory\r
+\r
+core/memory_.o : core/memory.d\r
+       $(DC) -c $(DFLAGS) -Hf$*.di $< -of$@\r
 \r
 ### thread\r
 \r
 core/thread.o : core/thread.d\r
 \r
 ### thread\r
 \r
 core/thread.o : core/thread.d\r
-       $(DC) -c $(DFLAGS) -d -Hf$*.di thread.d -of$@\r
+       $(DC) -c $(DFLAGS) -d -Hf$*.di core/thread.d -of$@\r
 \r
 ######################################################\r
 \r
 \r
 ######################################################\r
 \r