-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd848db
commit f44354d
Showing
2 changed files
with
1 addition
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +0,0 @@ | ||
export CROSS_LD = xtensa-lx106-elf-ld | ||
export CROSS_CC = xtensa-lx106-elf-gcc | ||
# Do not use the Fedora gcc 5.3.1. It miscompiles stuff badly. | ||
export CROSS_CCOPTS=-c -g -Os -fno-strict-aliasing -fomit-frame-pointer -fno-builtin -Wall -I$(ROOT_DIR)/cpu-lx106 -I$(ROOT_DIR)/platform-$(TARGET) -I$(ROOT_DIR)/include -I$(ROOT_DIR) -mlongcalls -mforce-l32 -mforce-no-pic | ||
export CROSS_AS=$(CROSS_CC) $(CROSS_CCOPTS) | ||
export CROSS_CC_SEG1= | ||
export CROSS_CC_SEG2= | ||
export CROSS_CC_SEG3= | ||
# Fixme: we should split discard off | ||
export CROSS_CC_SEGDISC= | ||
export CROSS_CC_VIDEO= | ||
export CROSS_CC_FONT= | ||
export CROSS_CC_NETWORK= | ||
export ASOPTS= | ||
export ASMEXT = .S | ||
export BINEXT = .o | ||
export BITS = 32 | ||
export EXECFORFMAT = elf32 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters