diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-21 03:05:54 +0200 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-21 03:05:54 +0200 |
| commit | de2840528859860ca242f7bde0cbd90d51984cf2 (patch) | |
| tree | 27b5b5bebf573c275ba413e96829e92c985c11ef /sdas | |
| parent | 41e45c2e8d8083be3157f2d7e884adf454332358 (diff) | |
| download | sdcc-gas-de2840528859860ca242f7bde0cbd90d51984cf2.tar.gz | |
Updated Makefiles
Diffstat (limited to 'sdas')
| -rw-r--r-- | sdas/as8xcxxx/Makefile | 10 | ||||
| -rw-r--r-- | sdas/asstm8/Makefile | 10 | ||||
| -rw-r--r-- | sdas/linksrc/Makefile | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/sdas/as8xcxxx/Makefile b/sdas/as8xcxxx/Makefile index f43df84..74d272e 100644 --- a/sdas/as8xcxxx/Makefile +++ b/sdas/as8xcxxx/Makefile @@ -2,10 +2,10 @@ # # -VERSION = 3.9.3 -VERSIONHI = 3 -VERSIONLO = 9 -VERSIONP = 3 +VERSION = 0.0.0 +VERSIONHI = 0 +VERSIONLO = 0 +VERSIONP = 0 SHELL = /bin/sh CC = gcc @@ -35,7 +35,7 @@ EXEEXT = CPPFLAGS = -DSDCDB -DNOICE -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/util -CFLAGS = -pipe -ggdb -g -O2 -Wall -Wno-parentheses $(CPPFLAGS) +CFLAGS = -pipe -ggdb -g -Og -Wall -Wno-parentheses $(CPPFLAGS) LDFLAGS = LIBS = -lm diff --git a/sdas/asstm8/Makefile b/sdas/asstm8/Makefile index 4d3b3b1..2fc28f7 100644 --- a/sdas/asstm8/Makefile +++ b/sdas/asstm8/Makefile @@ -2,10 +2,10 @@ # # -VERSION = 3.9.3 -VERSIONHI = 3 -VERSIONLO = 9 -VERSIONP = 3 +VERSION = 0.0.0 +VERSIONHI = 0 +VERSIONLO = 0 +VERSIONP = 0 SHELL = /bin/sh CC = gcc @@ -35,7 +35,7 @@ EXEEXT = CPPFLAGS = -DSDCDB -DNOICE -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/util -CFLAGS = -pipe -ggdb -g -O2 -Wall -Wno-parentheses $(CPPFLAGS) +CFLAGS = -pipe -ggdb -g -Og -Wall -Wno-parentheses $(CPPFLAGS) LDFLAGS = LIBS = -lm diff --git a/sdas/linksrc/Makefile b/sdas/linksrc/Makefile index 97ccb93..237545d 100644 --- a/sdas/linksrc/Makefile +++ b/sdas/linksrc/Makefile @@ -2,10 +2,10 @@ # # -VERSION = 3.9.3 -VERSIONHI = 3 -VERSIONLO = 9 -VERSIONP = 3 +VERSION = 0.0.0 +VERSIONHI = 0 +VERSIONLO = 0 +VERSIONP = 0 SHELL = /bin/sh CC = gcc @@ -35,7 +35,7 @@ EXEEXT = CPPFLAGS = -I.. -I$(srcdir)/.. -CFLAGS = -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I$(srcdir) +CFLAGS = -pipe -ggdb -g -Og -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I$(srcdir) LDFLAGS = OBJDIR = obj |
