4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-16 05:59:08 +08:00
Stafford Horne 135c0c8368 libgloss: Remove duplicate definition of environ
Environ is defined in libgloss and libc:
 - libgloss/or1k/syscalls.c
 - libc/stdlib/environ.c

When linking we sometimes get errors:
or1k-elf-g++ test.o -mnewlib -mboard=or1ksim -lm -o  test
/opt/shorne/software/or1k/lib/gcc/or1k-elf/5.3.0/../../../../or1k-elf/lib/libor1k.a(syscalls.o):(.data+0x0):
multiple definition of `environ'
/opt/shorne/software/or1k/lib/gcc/or1k-elf/5.3.0/../../../../or1k-elf/lib/libc.a(lib_a-environ.o):(.data+0x0):
first defined here
collect2: error: ld returned 1 exit status

This doesnt happen after the fix. Basic things build fine too.
2017-02-13 09:16:51 +01:00
..
2016-08-11 10:59:54 +02:00
2008-04-04 21:52:01 +00:00
2016-08-19 10:32:23 +02:00
2010-12-17 10:13:31 +00:00
2008-04-04 21:52:01 +00:00
2008-04-04 21:52:01 +00:00
2014-08-14 15:00:33 +00:00
2008-04-04 21:52:01 +00:00
2008-04-04 21:52:01 +00:00
2000-03-17 22:48:54 +00:00
2008-04-04 21:52:01 +00:00
2000-03-17 22:48:54 +00:00
2015-12-17 16:51:41 -05:00
2015-12-17 16:51:41 -05:00
2000-03-17 22:48:54 +00:00
2000-03-17 22:48:54 +00:00
2000-03-17 22:48:54 +00:00
2000-03-17 22:48:54 +00:00
2000-03-17 22:48:54 +00:00
2000-03-17 22:48:54 +00:00
2000-03-17 22:48:54 +00:00
2000-03-17 22:48:54 +00:00
2000-03-17 22:48:54 +00:00
2000-03-17 22:48:54 +00:00
2000-03-17 22:48:54 +00:00
2000-03-17 22:48:54 +00:00
2000-03-17 22:48:54 +00:00
2000-03-17 22:48:54 +00:00

bfin	- Analog Devices Blackfin processor.
sparc	- Fujitsu Sparclite board. Works on the ex930, ex931, ex933
hp74x	- Hewlett Packard HP742 board. Also some support for the hp743.
m68hc11 - Motorola 68HC11 or 68HC12 support.
m68k	- Motorola MVME135 and IDP board. For CPU32 systems.
mep	- Toshiba Media Processor.
pa	- WinBond and Oki boards with a PA.
mips	- R3000 support. Array Tech LSI33k based RAID disk controller.
lm32    - Lattice Mico32 simulator.
epiphany - Adapteva Epiphany multicore processor.
or1k	- OpenRISC 1000 processor.