mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-05 17:53:55 +08:00
Add bfin-uclinux configuration.
From-SVN: r100656
This commit is contained in:
parent
5380bc7e61
commit
1f4174d400
@ -1,3 +1,8 @@
|
||||
2005-06-06 Jie Zhang <jie.zhang@analog.com>
|
||||
|
||||
* config.gcc (bfin*-uclinux*): New.
|
||||
* config/bfin/uclinux.h: New file.
|
||||
|
||||
2005-06-06 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* doc/md.texi (Insn Splitting): Fix some wording.
|
||||
|
@ -740,12 +740,17 @@ bfin*-elf*)
|
||||
tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h"
|
||||
tmake_file=bfin/t-bfin-elf
|
||||
use_collect2=no
|
||||
;;
|
||||
;;
|
||||
bfin*-uclinux*)
|
||||
tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/uclinux.h"
|
||||
tmake_file=bfin/t-bfin-elf
|
||||
use_collect2=no
|
||||
;;
|
||||
bfin*-*)
|
||||
tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h"
|
||||
tmake_file=bfin/t-bfin
|
||||
use_collect2=no
|
||||
;;
|
||||
;;
|
||||
c4x-*-rtems* | tic4x-*-rtems*)
|
||||
tmake_file="c4x/t-c4x t-rtems c4x/t-rtems"
|
||||
tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
|
||||
|
10
gcc/config/bfin/uclinux.h
Normal file
10
gcc/config/bfin/uclinux.h
Normal file
@ -0,0 +1,10 @@
|
||||
#undef STARTFILE_SPEC
|
||||
#define STARTFILE_SPEC \
|
||||
"crt1%O%s crti%O%s crtbegin%O%s"
|
||||
|
||||
#undef ENDFILE_SPEC
|
||||
#define ENDFILE_SPEC \
|
||||
"crtend%O%s crtn%O%s"
|
||||
|
||||
#undef LIB_SPEC
|
||||
#define LIB_SPEC "%{pthread:-lpthread} -lc"
|
Loading…
Reference in New Issue
Block a user