Plan 9 from Bell Labs’s /usr/web/sources/contrib/de0u/root/sys/src/cmd/squeak/Cross/plugins/GdbARMPlugin/Makefile.unix

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


# edit this to suit your system; it really ought to use relative paths
# or some other convenience
GDBBUILDFOLDER	= /home/tim/Documents/Raspbian-Cog/gdb-arm/gdb-7.6
XCFLAGS		= -m32 -DNEED_UI_LOOP_HOOK

XINCLUDES	+= -I$(GDBBUILDFOLDER)/sim/arm
XINCLUDES	:= -I$(GDBBUILDFOLDER)/bfd $(XINCLUDES)

XLDFLAGS=	$(GDBBUILDFOLDER)/sim/arm/libsim.a \
		$(GDBBUILDFOLDER)/opcodes/libopcodes.a \
		-lbfd -liberty \
		-Wl,-wrap,ARMul_OSHandleSWI

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.