diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-10-24 15:17:59 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-10-24 15:17:59 +0200 |
commit | 0ab292cbc1add30abb8767ae64ebfaac7504d1f6 (patch) | |
tree | b15987ff48a447084b6f51829cf3994be6710749 /avr32_config.mk | |
parent | d67c14c0f4e390dc7069bbe852f5ec8ea1acc8fc (diff) | |
parent | 9748d5a9e8aa8bf6dd576e70894b9996c22f7003 (diff) | |
download | u-boot-imx-0ab292cbc1add30abb8767ae64ebfaac7504d1f6.zip u-boot-imx-0ab292cbc1add30abb8767ae64ebfaac7504d1f6.tar.gz u-boot-imx-0ab292cbc1add30abb8767ae64ebfaac7504d1f6.tar.bz2 |
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'avr32_config.mk')
-rw-r--r-- | avr32_config.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/avr32_config.mk b/avr32_config.mk new file mode 100644 index 0000000..0b92053 --- /dev/null +++ b/avr32_config.mk @@ -0,0 +1,25 @@ +# +# (C) Copyright 2000-2002 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# See file CREDITS for list of people who contributed to this +# project. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of +# the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# + +PLATFORM_RELFLAGS += -ffixed-r5 -mno-pic -mrelax +PLATFORM_LDFLAGS += --relax |