]> 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 59d4ee0a7c23068e3342a8c732a5db612f38c47d..edc5c99f59f55313d38886a2ab9a689837a6d521 100644 (file)
@@ -23,13 +23,13 @@ ADD_DFLAGS=
 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
-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
-DOCFLAGS=-version=DDoc -version=Posix\r
+DOCFLAGS=-version=DDoc\r
 \r
 CC=gcc\r
 LC=$(AR) -qsv\r
@@ -76,7 +76,7 @@ OBJ_CORE= \
     core/thread.o\r
 \r
 OBJ_STDC= \\r
-    stdc/errno.o\r
+    core/stdc/errno.o\r
 \r
 ALL_OBJS= \\r
     $(OBJ_CORE) \\r