Add getopt implementation to abuild
authorPatrick Georgi <patrick.georgi@secunet.com>
Thu, 5 Apr 2012 09:17:01 +0000 (11:17 +0200)
committerPatrick Georgi <patrick@georgi-clan.de>
Thu, 5 Apr 2012 18:50:46 +0000 (20:50 +0200)
commit92cfe183a75c530331c8dd371cc9719f4ba31992
treee97336ee5f0a0e990b5511d3505608346fdff8e2
parentfb89dd0a9357f6c633772ac5d0a4b6b1c2d563c0
Add getopt implementation to abuild

Similar to buildgcc, abuild requires getopt(1). Provide an
implementation for platforms without it (Win32)

Change-Id: I2ae4d84e06dd34135c97b18819da2b49a89706ce
Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Reviewed-on: http://review.coreboot.org/862
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
util/abuild/abuild
util/abuild/getopt.c [new file with mode: 0644]