| commit | 1d4db787b697ceac56f53e636dc7b37b9b0b1b7e | [log] [tgz] |
|---|---|---|
| author | Marcus Meissner <meissner@suse.de> | Thu Jan 09 00:46:54 2003 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Jan 09 00:46:54 2003 +0000 |
| tree | 1b6754361eb25807cdca81eaac31a6e9e2e81589 | |
| parent | 14bd120eb34b517b6fe9b43af0f37189a3ca8f49 [diff] [blame] |
Check and define AS (for cross/biarch compiler support).
diff --git a/Make.rules.in b/Make.rules.in index 4679c1b..2b6181e 100644 --- a/Make.rules.in +++ b/Make.rules.in
@@ -48,6 +48,7 @@ TOOLSDIR = @TOOLSDIR@ DIVINCL = -I$(SRCDIR) -I. -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include $(EXTRAINCL) ALLCFLAGS = $(DIVINCL) $(CFLAGS) $(DEFS) $(OPTIONS) +AS = @AS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LDCOMBINE = $(LD) -r