Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2875
b: refs/heads/master
c: d0e7feb
h: refs/heads/master
i:
  2873: caacf86
  2871: 89671df
v: v3
  • Loading branch information
H. Peter Anvin authored and Linus Torvalds committed Jun 23, 2005
1 parent 5270e7b commit 39c2988
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f4e1e5061c44a93337338af4bf9bed10ee9f32e
refs/heads/master: d0e7feb03d5ac48069c2fd57bbba61522e0ca493
7 changes: 7 additions & 0 deletions trunk/arch/i386/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
# 20050320 Kianusch Sayah Karadji <kianusch@sk-tech.net>
# Added support for GEODE CPU

HAS_BIARCH := $(call cc-option-yn, -m32)
ifeq ($(HAS_BIARCH),y)
AS := $(AS) --32
LD := $(LD) -m elf_i386
CC := $(CC) -m32
endif

LDFLAGS := -m elf_i386
OBJCOPYFLAGS := -O binary -R .note -R .comment -S
LDFLAGS_vmlinux :=
Expand Down

0 comments on commit 39c2988

Please sign in to comment.