diff options
author | YamaArashi <shadow962@live.com> | 2016-01-06 01:47:28 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-06 01:47:28 -0800 |
commit | be8b04496302184c6e8f04d6179f9c3afc50aeb6 (patch) | |
tree | 726e2468c0c07add773c0dbd86ab6386844259ae /gcc/config/rs6000/x-rs6000 |
initial commit
Diffstat (limited to 'gcc/config/rs6000/x-rs6000')
-rwxr-xr-x | gcc/config/rs6000/x-rs6000 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/config/rs6000/x-rs6000 b/gcc/config/rs6000/x-rs6000 new file mode 100755 index 0000000..0d8f311 --- /dev/null +++ b/gcc/config/rs6000/x-rs6000 @@ -0,0 +1,9 @@ +# configuration for IBM rs6000 running aix + +# Show we need to use the C version of ALLOCA +ALLOCA=alloca.o + +# We need -lld for collect2 (actually this only matters +# for a native compiler, but this is as good a place as any +# to define the symbol). +CLIB=-lld |