From fc1c1a27352283d2c28fabba72070fc38d840093 Mon Sep 17 00:00:00 2001 From: michael <michael@freepascal.org> Date: Wed, 6 May 1998 13:03:09 +0000 Subject: [PATCH] + Added -S2 to options --- fcl/dos/go32v2/Makefile | 2 +- fcl/linux/Makefile | 2 +- fcl/os2/Makefile | 2 +- fcl/win32/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fcl/dos/go32v2/Makefile b/fcl/dos/go32v2/Makefile index db8dd0a957..81569a49c3 100644 --- a/fcl/dos/go32v2/Makefile +++ b/fcl/dos/go32v2/Makefile @@ -56,7 +56,7 @@ PROGSOURCES=$(addsiffix .pp, $(PROGNAMES)) PROGOBJECTS=$(addsuffix .o, $(PROGNAMES)) # Adapt options. Add unit path if needed. -override OPT:=$(OPT) -I$(INCDIR) -I$(CPUDIR) +override OPT:=$(OPT) -S2 -I$(INCDIR) -I$(CPUDIR) ifdef UNITDIR override OPT:=$(OPT) -Up$(UNITDIR) diff --git a/fcl/linux/Makefile b/fcl/linux/Makefile index 91f737c425..1eef1625d6 100644 --- a/fcl/linux/Makefile +++ b/fcl/linux/Makefile @@ -56,7 +56,7 @@ PROGSOURCES=$(addsiffix .pp, $(PROGNAMES)) PROGOBJECTS=$(addsuffix .o, $(PROGNAMES)) # Adapt options. Add unit path if needed. -override OPT:=$(OPT) -I$(INCDIR) -I$(CPUDIR) +override OPT:=$(OPT) -S2 -I$(INCDIR) -I$(CPUDIR) ifdef UNITDIR override OPT:=$(OPT) -Up$(UNITDIR) diff --git a/fcl/os2/Makefile b/fcl/os2/Makefile index 59e6f1ff60..8842191336 100644 --- a/fcl/os2/Makefile +++ b/fcl/os2/Makefile @@ -56,7 +56,7 @@ PROGSOURCES=$(addsiffix .pp, $(PROGNAMES)) PROGOBJECTS=$(addsuffix .o, $(PROGNAMES)) # Adapt options. Add unit path if needed. -override OPT:=$(OPT) -I$(INCDIR) -I$(CPUDIR) +override OPT:=$(OPT) -S2 -I$(INCDIR) -I$(CPUDIR) ifdef UNITDIR override OPT:=$(OPT) -Up$(UNITDIR) diff --git a/fcl/win32/Makefile b/fcl/win32/Makefile index 9c7f3fd437..26861df602 100644 --- a/fcl/win32/Makefile +++ b/fcl/win32/Makefile @@ -56,7 +56,7 @@ PROGSOURCES=$(addsiffix .pp, $(PROGNAMES)) PROGOBJECTS=$(addsuffix .o, $(PROGNAMES)) # Adapt options. Add unit path if needed. -override OPT:=$(OPT) -I$(INCDIR) -I$(CPUDIR) +override OPT:=$(OPT) -S2 -I$(INCDIR) -I$(CPUDIR) ifdef UNITDIR override OPT:=$(OPT) -Up$(UNITDIR)