Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 344535 | Differences between
and this patch

Collapse All | Expand All

(-)sdas/as6808/Makefile.in (-2 / +2 lines)
Lines 36-42 Link Here
36
36
37
CPPFLAGS        = @CPPFLAGS@ -DSDCDB -DNOICE -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
37
CPPFLAGS        = @CPPFLAGS@ -DSDCDB -DNOICE -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
38
CFLAGS          = @CFLAGS@ @WALL_FLAG@ $(CPPFLAGS)
38
CFLAGS          = @CFLAGS@ @WALL_FLAG@ $(CPPFLAGS)
39
LDFLAGS         = @LDFLAGS@ -lm
39
LDFLAGS         = @LDFLAGS@
40
40
41
OBJDIR = obj
41
OBJDIR = obj
42
42
Lines 65-71 Link Here
65
all: checkconf $(ASX)
65
all: checkconf $(ASX)
66
66
67
$(ASX): $(ASOBJECTS)
67
$(ASX): $(ASOBJECTS)
68
	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ASOBJECTS)
68
	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ASOBJECTS) -lm
69
69
70
# Compiling and installing everything and running test
70
# Compiling and installing everything and running test
71
# ----------------------------------------------------
71
# ----------------------------------------------------
(-)sdas/as8051/Makefile.in (-2 / +2 lines)
Lines 36-42 Link Here
36
36
37
CPPFLAGS        = @CPPFLAGS@ -DSDCDB -DNOICE -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
37
CPPFLAGS        = @CPPFLAGS@ -DSDCDB -DNOICE -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
38
CFLAGS          = @CFLAGS@ @WALL_FLAG@ $(CPPFLAGS)
38
CFLAGS          = @CFLAGS@ @WALL_FLAG@ $(CPPFLAGS)
39
LDFLAGS         = @LDFLAGS@ -lm
39
LDFLAGS         = @LDFLAGS@
40
40
41
OBJDIR = obj
41
OBJDIR = obj
42
42
Lines 65-71 Link Here
65
all: checkconf $(ASX)
65
all: checkconf $(ASX)
66
66
67
$(ASX): $(ASOBJECTS)
67
$(ASX): $(ASOBJECTS)
68
	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ASOBJECTS)
68
	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ASOBJECTS) -lm
69
69
70
# Compiling and installing everything and running test
70
# Compiling and installing everything and running test
71
# ----------------------------------------------------
71
# ----------------------------------------------------
(-)sdas/asgb/Makefile.in (-2 / +2 lines)
Lines 36-42 Link Here
36
36
37
CPPFLAGS        = @CPPFLAGS@ -DSDCDB -DNOICE -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
37
CPPFLAGS        = @CPPFLAGS@ -DSDCDB -DNOICE -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
38
CFLAGS          = @CFLAGS@ @WALL_FLAG@ $(CPPFLAGS)
38
CFLAGS          = @CFLAGS@ @WALL_FLAG@ $(CPPFLAGS)
39
LDFLAGS         = @LDFLAGS@ -lm
39
LDFLAGS         = @LDFLAGS@
40
40
41
OBJDIR = obj
41
OBJDIR = obj
42
42
Lines 65-71 Link Here
65
all: checkconf $(ASX)
65
all: checkconf $(ASX)
66
66
67
$(ASX): $(ASOBJECTS)
67
$(ASX): $(ASOBJECTS)
68
	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ASOBJECTS)
68
	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ASOBJECTS) -lm
69
69
70
# Compiling and installing everything and running test
70
# Compiling and installing everything and running test
71
# ----------------------------------------------------
71
# ----------------------------------------------------
(-)sdas/asz80/Makefile.in (-2 / +2 lines)
Lines 36-42 Link Here
36
36
37
CPPFLAGS        = @CPPFLAGS@ -DSDCDB -DNOICE -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
37
CPPFLAGS        = @CPPFLAGS@ -DSDCDB -DNOICE -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
38
CFLAGS          = @CFLAGS@ @WALL_FLAG@ $(CPPFLAGS)
38
CFLAGS          = @CFLAGS@ @WALL_FLAG@ $(CPPFLAGS)
39
LDFLAGS         = @LDFLAGS@ -lm
39
LDFLAGS         = @LDFLAGS@
40
40
41
OBJDIR = obj
41
OBJDIR = obj
42
42
Lines 65-71 Link Here
65
all: checkconf $(ASX)
65
all: checkconf $(ASX)
66
66
67
$(ASX): $(ASOBJECTS)
67
$(ASX): $(ASOBJECTS)
68
	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ASOBJECTS)
68
	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ASOBJECTS) -lm
69
69
70
# Compiling and installing everything and running test
70
# Compiling and installing everything and running test
71
# ----------------------------------------------------
71
# ----------------------------------------------------

Return to bug 344535