blob: 9dbca3d166ab4fbb09cbce11fe49d62e0cb239ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# estic.doc
# Mir ist mitgeteilt worden, da� die FreeBSD Version das Flag USE_OLD_TTY
# braucht. Offenbar ist die Behandlung der RS232 Handshakeleitungen
# ge�ndert worden, die f�r die neue Platine der Istec (#3) ben�tigt
# werden. N�here Informationen liegen mir nicht vor, ich w�re dankbar,
# wenn das nochmal jemand verifizieren k�nnte.
# ovb@swissmail.com does not use -DUSE_OLD_TTY
# neither does jhs@freebsd.org need it
*** estic/make/freebsd.mak.orig Sat Sep 14 15:40:16 1996
--- estic/make/freebsd.mak Mon Nov 18 03:08:31 1996
***************
*** 35,41 ****
# Both configurations of CFLAGS will probably work since FreeBSD has a
# smart linker...
#CFLAGS = -DFREEBSD -DUSE_OLD_TTY -g -Wall -I$(INCDIR) -x c++
! CFLAGS = -DFREEBSD -DUSE_OLD_TTY -g -Wall -I$(INCDIR) -x c++ -fno-implicit-templates -DEXPLICIT_TEMPLATES
# ------------------------------------------------------------------------------
--- 35,42 ----
# Both configurations of CFLAGS will probably work since FreeBSD has a
# smart linker...
#CFLAGS = -DFREEBSD -DUSE_OLD_TTY -g -Wall -I$(INCDIR) -x c++
! #CFLAGS = -DFREEBSD -DUSE_OLD_TTY -g -Wall -I$(INCDIR) -x c++ -fno-implicit-templates -DEXPLICIT_TEMPLATES
! CFLAGS = -DFREEBSD -g -Wall -I$(INCDIR) -x c++ -fno-implicit-templates -DEXPLICIT_TEMPLATES
# ------------------------------------------------------------------------------
|